Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_phase.h45 static bool IsLivePhase();
Dti_phase.cc114 bool PhaseUtil::IsLivePhase() { in IsLivePhase() function in openjdkjvmti::PhaseUtil
Dti_properties.cc171 if (!PhaseUtil::IsLivePhase()) { in GetLibraryPath()
Dti_thread.cc265 if (!PhaseUtil::IsLivePhase()) { in GetThreadInfo()
807 if (!PhaseUtil::IsLivePhase()) { in RunAgentThread()
Dti_method.cc95 jnienv, PhaseUtil::IsLivePhase() ? jnienv->AddLocalReference<jthread>(thread->GetPeer()) in RegisterNativeMethod()