Searched refs:bytes_to_skip (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp291 int bytes_to_skip = 0; local
315 bytes_to_skip += __ offset() - offset;
322 bytes_to_skip += sizeof_patch_record;
330 __ a_byte(bytes_to_skip);
333 assert(patch_info_pc - end_of_patch == bytes_to_skip, "incorrect patch info");
H A Dassembler_sparc.inline.hpp676 inline intptr_t MacroAssembler::load_pc_address( Register reg, int bytes_to_skip ) {
677 intptr_t thepc = (intptr_t)pc() + 2*BytesPerInstWord + bytes_to_skip;
H A Dassembler_sparc.hpp2135 inline intptr_t load_pc_address( Register reg, int bytes_to_skip );
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp308 int bytes_to_skip = 0; local
334 bytes_to_skip += __ offset() - offset;
344 bytes_to_skip += sizeof_patch_record;
352 __ a_byte(bytes_to_skip);
355 assert(patch_info_pc - end_of_patch == bytes_to_skip, "incorrect patch info");

Completed in 70 milliseconds