Searched refs:end_safepoint (Results 1 - 4 of 4) 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)
115 void end_safepoint(int pc_offset) { end_scopes(pc_offset, true); } function in class:DebugInformationRecorder
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCacheDecache.cpp166 debug_info()->end_safepoint(pc_offset());
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp215 recorder->end_safepoint(pc_offset);
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp962 debug_info()->end_safepoint(safepoint_pc_offset);

Completed in 44 milliseconds