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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp48 // a) Add safepoint entry (use add_safepoint or add_non_safepoint)
88 void add_non_safepoint(int pc_offset);
98 // by add_non_safepoint, and the locals, expressions, and monitors
H A DdebugInfoRec.cpp143 void DebugInformationRecorder::add_non_safepoint(int pc_offset) { function in class:DebugInformationRecorder
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp399 debug_info->add_non_safepoint(pc_offset);
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp1033 debug_info->add_non_safepoint(pc_offset);

Completed in 57 milliseconds