Searched refs:last_pc_offset (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp141 int last_pc_offset() { return last_pc()->pc_offset(); } function in class:DebugInformationRecorder
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp366 if (pc_offset > compilation()->debug_info_recorder()->last_pc_offset()) {
527 if (compilation()->debug_info_recorder()->last_pc_offset() == code_offset()) {
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp997 if (pc_offset > C->debug_info()->last_pc_offset()) {

Completed in 51 milliseconds