Home
last modified time | relevance | path

Searched refs:NextRuntimePhase (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Druntime_callbacks.h73 virtual void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(Locks::mutator_lock_) = 0;
103 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase)
Druntime_callbacks.cc129 void RuntimeCallbacks::NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase) { in NextRuntimePhase() function in art::RuntimeCallbacks
131 cb->NextRuntimePhase(phase); in NextRuntimePhase()
Druntime_callbacks_test.cc375 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase p) OVERRIDE { in NextRuntimePhase() function
Druntime.cc323 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kDeath); in ~Runtime()
733 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kStart); in Start()
755 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInit); in Start()
1395 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInitialAgents); in Init()
/art/runtime/openjdkjvmti/
Dti_phase.cc59 void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(art::Locks::mutator_lock_) OVERRIDE { in NextRuntimePhase() function
Dti_search.cc183 void NextRuntimePhase(RuntimePhase phase) OVERRIDE REQUIRES_SHARED(art::Locks::mutator_lock_) { in NextRuntimePhase() function
Dti_thread.cc99 void NextRuntimePhase(RuntimePhase phase) OVERRIDE REQUIRES_SHARED(art::Locks::mutator_lock_) { in NextRuntimePhase() function