Searched refs:NextRuntimePhase (Results 1 – 6 of 6) sorted by relevance
103 virtual void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(Locks::mutator_lock_) = 0;188 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase)
293 void RuntimeCallbacks::NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase) { in NextRuntimePhase() function in art::RuntimeCallbacks295 cb->NextRuntimePhase(phase); in NextRuntimePhase()
379 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase p) override { in NextRuntimePhase() function
59 void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(art::Locks::mutator_lock_) override { in NextRuntimePhase() function
190 void NextRuntimePhase(RuntimePhase phase) override REQUIRES_SHARED(art::Locks::mutator_lock_) { in NextRuntimePhase() function
144 void NextRuntimePhase(art::RuntimePhaseCallback::RuntimePhase phase) in NextRuntimePhase() function in tracefast::TraceFastPhaseCB