Searched defs:phase (Results 1 – 6 of 6) sorted by relevance
268 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in AddToDexClassLoaderInMemory() local327 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in AddToDexClassLoader() local377 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in AddToSystemClassLoaderSearch() local
179 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in ClassPreDefine() local
58 for (size_t phase = 0; phase < 2; ++phase) { in LargeObjectTest() local
141 void NextRuntimePhase(art::RuntimePhaseCallback::RuntimePhase phase) in NextRuntimePhase()
286 void RuntimeCallbacks::NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase) { in NextRuntimePhase()
1452 std::ostream& operator<<(std::ostream& oss, const LSEVisitor::Phase& phase) { in operator <<()