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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.cpp121 debug_only(_recording_state = rs_null);
139 assert(_recording_state == rs_null, "nesting of recording calls");
149 assert(_recording_state == rs_null, "nesting of recording calls");
291 assert(_recording_state != rs_null, "nesting of recording calls");
351 debug_only(_recording_state = rs_null);
H A DdebugInfoRec.hpp168 enum { rs_null, rs_safepoint, rs_non_safepoint }; enumerator in enum:DebugInformationRecorder::__anon191

Completed in 31 milliseconds