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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp168 enum { rs_null, rs_safepoint, rs_non_safepoint }; enumerator in enum:DebugInformationRecorder::__anon191
H A DdebugInfoRec.cpp150 debug_only(_recording_state = rs_non_safepoint);
349 assert(_recording_state == (is_safepoint? rs_safepoint: rs_non_safepoint),

Completed in 31 milliseconds