Searched refs:NextRuntimePhase (Results 1 – 7 of 7) sorted by relevance
104 virtual void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(Locks::mutator_lock_) = 0;202 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase)
306 void RuntimeCallbacks::NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase) { in NextRuntimePhase() function in art::RuntimeCallbacks308 cb->NextRuntimePhase(phase); in NextRuntimePhase()
391 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase p) override { in NextRuntimePhase() function
431 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kDeath); in ~Runtime()946 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kStart); in Start()978 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInit); in Start()1982 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInitialAgents); in Init()
59 void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(art::Locks::mutator_lock_) override { in NextRuntimePhase() function
196 void NextRuntimePhase(RuntimePhase phase) override REQUIRES_SHARED(art::Locks::mutator_lock_) { in NextRuntimePhase() function
147 void NextRuntimePhase(art::RuntimePhaseCallback::RuntimePhase phase) in NextRuntimePhase() function in tracefast::TraceFastPhaseCB