Home
last modified time | relevance | path

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

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