Home
last modified time | relevance | path

Searched refs:jvmtiPhase (Results 1 – 7 of 7) sorted by relevance

/art/runtime/openjdkjvmti/
Dti_phase.h44 static jvmtiError GetPhase(jvmtiEnv* env, jvmtiPhase* phase_ptr);
61 static jvmtiPhase GetPhaseUnchecked();
64 static jvmtiPhase current_phase_;
Dti_phase.cc47 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()
Dti_search.cc244 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()
Dti_class.cc151 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in ClassPreDefine()
DOpenjdkJvmTi.cc1498 static jvmtiError GetPhase(jvmtiEnv* env, jvmtiPhase* phase_ptr) { in GetPhase()
/art/test/901-hello-ti-agent/
Dbasics.cc132 jvmtiPhase current_phase; in OnLoad()
157 jvmtiPhase current_phase; in Java_art_Test901_checkLivePhase()
/art/runtime/openjdkjvmti/include/
Djvmti.h284 } jvmtiPhase; typedef
1682 jvmtiPhase* phase_ptr);
2491 jvmtiError GetPhase(jvmtiPhase* phase_ptr) { in GetPhase()