Searched refs:jvmtiPhase (Results 1 – 7 of 7) sorted by relevance
44 static jvmtiError GetPhase(jvmtiEnv* env, jvmtiPhase* phase_ptr);61 static jvmtiPhase GetPhaseUnchecked();64 static jvmtiPhase current_phase_;
47 jvmtiPhase PhaseUtil::current_phase_ = static_cast<jvmtiPhase>(0);96 jvmtiError PhaseUtil::GetPhase(jvmtiEnv* env ATTRIBUTE_UNUSED, jvmtiPhase* phase_ptr) { in GetPhase()100 jvmtiPhase now = PhaseUtil::current_phase_; in GetPhase()111 jvmtiPhase now = PhaseUtil::current_phase_; in IsLivePhase()151 jvmtiPhase PhaseUtil::GetPhaseUnchecked() { in GetPhaseUnchecked()
244 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in AddToSystemClassLoaderSearch()246 if (phase == jvmtiPhase::JVMTI_PHASE_ONLOAD) { in AddToSystemClassLoaderSearch()251 } else if (phase != jvmtiPhase::JVMTI_PHASE_LIVE) { in AddToSystemClassLoaderSearch()
151 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in ClassPreDefine()
1498 static jvmtiError GetPhase(jvmtiEnv* env, jvmtiPhase* phase_ptr) { in GetPhase()
132 jvmtiPhase current_phase; in OnLoad()157 jvmtiPhase current_phase; in Java_art_Test901_checkLivePhase()
284 } jvmtiPhase; typedef1682 jvmtiPhase* phase_ptr);2491 jvmtiError GetPhase(jvmtiPhase* phase_ptr) { in GetPhase()