Home
last modified time | relevance | path

Searched refs:current_phase_ (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Dti_phase.cc47 jvmtiPhase PhaseUtil::current_phase_ = static_cast<jvmtiPhase>(0); member in openjdkjvmti::PhaseUtil
63 PhaseUtil::current_phase_ = JVMTI_PHASE_PRIMORDIAL; in NextRuntimePhase()
67 PhaseUtil::current_phase_ = JVMTI_PHASE_START; in NextRuntimePhase()
74 PhaseUtil::current_phase_ = JVMTI_PHASE_LIVE; in NextRuntimePhase()
88 PhaseUtil::current_phase_ = JVMTI_PHASE_DEAD; in NextRuntimePhase()
104 jvmtiPhase now = PhaseUtil::current_phase_; in GetPhase()
115 jvmtiPhase now = PhaseUtil::current_phase_; in IsLivePhase()
125 DCHECK_EQ(0u, static_cast<size_t>(PhaseUtil::current_phase_)); in SetToOnLoad()
126 PhaseUtil::current_phase_ = JVMTI_PHASE_ONLOAD; in SetToOnLoad()
130 …DCHECK_EQ(static_cast<size_t>(JVMTI_PHASE_ONLOAD), static_cast<size_t>(PhaseUtil::current_phase_)); in SetToPrimordial()
[all …]
Dti_phase.h64 static jvmtiPhase current_phase_;