Home
last modified time | relevance | path

Searched refs:JVMTI_PHASE_LIVE (Results 1 – 5 of 5) sorted by relevance

/art/openjdkjvmti/
Dti_phase.cc74 PhaseUtil::current_phase_ = JVMTI_PHASE_LIVE; in NextRuntimePhase()
108 now == JVMTI_PHASE_LIVE || in GetPhase()
119 now == JVMTI_PHASE_LIVE || in IsLivePhase()
121 return now == JVMTI_PHASE_LIVE; in IsLivePhase()
137 PhaseUtil::current_phase_ = JVMTI_PHASE_LIVE; in SetToLive()
Dti_search.cc277 if (phase != jvmtiPhase::JVMTI_PHASE_LIVE) { in AddToDexClassLoaderInMemory()
336 if (phase != jvmtiPhase::JVMTI_PHASE_LIVE) { in AddToDexClassLoader()
390 } else if (phase != jvmtiPhase::JVMTI_PHASE_LIVE) { in AddToSystemClassLoaderSearch()
Dti_class.cc182 if (UNLIKELY(phase != JVMTI_PHASE_START && phase != JVMTI_PHASE_LIVE)) { in ClassPreDefine()
/art/test/901-hello-ti-agent/
Dbasics.cc173 return (current_phase == JVMTI_PHASE_LIVE) ? JNI_TRUE : JNI_FALSE; in Java_art_Test901_checkLivePhase()
/art/openjdkjvmti/include/
Djvmti.h282 JVMTI_PHASE_LIVE = 4, enumerator