Searched refs:recording_non_safepoints (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp143 bool recording_non_safepoints() { return _recording_non_safepoints; } function in class:DebugInformationRecorder
H A DdebugInfoRec.cpp240 if (!recording_non_safepoints())
356 if (_pcs_length >= 2 && recording_non_safepoints()) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp291 if (compilation()->debug_info_recorder()->recording_non_safepoints()) {
397 assert(debug_info->recording_non_safepoints(), "sanity");
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp983 if (!C->debug_info()->recording_non_safepoints()) return;
1031 assert(debug_info->recording_non_safepoints(), "sanity");
H A Dcompile.cpp1045 if (debug_info()->recording_non_safepoints()) {

Completed in 54 milliseconds