Searched defs:phase (Results 1 – 6 of 6) sorted by relevance
274 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in AddToDexClassLoaderInMemory() local333 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in AddToDexClassLoader() local383 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in AddToSystemClassLoaderSearch() local
182 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in ClassPreDefine() local
58 for (size_t phase = 0; phase < 2; ++phase) { in LargeObjectTest() local
147 void NextRuntimePhase(art::RuntimePhaseCallback::RuntimePhase phase) in NextRuntimePhase()
306 void RuntimeCallbacks::NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase) { in NextRuntimePhase()
1318 std::ostream& operator<<(std::ostream& oss, const LSEVisitor::Phase& phase) { in operator <<()