Searched defs:bytes_to_skip (Results 1 - 2 of 2) 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");
/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 31 milliseconds