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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp58 // - mark the end of the scopes (end_safepoint or end_non_safepoint)
116 void end_non_safepoint(int pc_offset) { end_scopes(pc_offset, false); } function in class:DebugInformationRecorder
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp411 debug_info->end_non_safepoint(pc_offset);
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp1045 debug_info->end_non_safepoint(pc_offset);

Completed in 39 milliseconds