Home
last modified time | relevance | path

Searched defs:phase (Results 1 – 5 of 5) sorted by relevance

/art/openjdkjvmti/
Dti_search.cc258 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in AddToSystemClassLoaderSearch() local
Dti_class.cc180 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in ClassPreDefine() local
/art/runtime/gc/space/
Dlarge_object_space_test.cc58 for (size_t phase = 0; phase < 2; ++phase) { in LargeObjectTest() local
/art/tools/tracefast-plugin/
Dtracefast.cc144 void NextRuntimePhase(art::RuntimePhaseCallback::RuntimePhase phase) in NextRuntimePhase()
/art/runtime/
Druntime_callbacks.cc293 void RuntimeCallbacks::NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase) { in NextRuntimePhase()