Searched defs:patch_info_pc (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp332 address patch_info_pc = __ pc(); local
333 assert(patch_info_pc - end_of_patch == bytes_to_skip, "incorrect patch info");
350 assert(_patch_info_offset == (patch_info_pc - __ pc()), "must not change");
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp354 address patch_info_pc = __ pc(); local
355 assert(patch_info_pc - end_of_patch == bytes_to_skip, "incorrect patch info");
371 assert(_patch_info_offset == (patch_info_pc - __ pc()), "must not change");

Completed in 31 milliseconds