Searched refs:end_scopes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp115 void end_safepoint(int pc_offset) { end_scopes(pc_offset, true); }
116 void end_non_safepoint(int pc_offset) { end_scopes(pc_offset, false); }
178 // updated after end_scopes.
190 void end_scopes(int pc_offset, bool is_safepoint);
H A DdebugInfoRec.cpp348 void DebugInformationRecorder::end_scopes(int pc_offset, bool is_safepoint) { function in class:DebugInformationRecorder

Completed in 30 milliseconds