Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_search.cc268 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in AddToDexClassLoaderInMemory() local
327 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in AddToDexClassLoader() local
377 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in AddToSystemClassLoaderSearch() local
Dti_class.cc179 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.cc141 void NextRuntimePhase(art::RuntimePhaseCallback::RuntimePhase phase) in NextRuntimePhase()
/art/runtime/
Druntime_callbacks.cc286 void RuntimeCallbacks::NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase) { in NextRuntimePhase()
/art/compiler/optimizing/
Dload_store_elimination.cc1452 std::ostream& operator<<(std::ostream& oss, const LSEVisitor::Phase& phase) { in operator <<()