Home
last modified time | relevance | path

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

/art/runtime/
Druntime_callbacks.h104 virtual void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(Locks::mutator_lock_) = 0;
202 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase)
Druntime_callbacks.cc306 void RuntimeCallbacks::NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase) { in NextRuntimePhase() function in art::RuntimeCallbacks
308 cb->NextRuntimePhase(phase); in NextRuntimePhase()
Druntime_callbacks_test.cc379 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase p) override { in NextRuntimePhase() function
Druntime.cc419 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kDeath); in ~Runtime()
925 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kStart); in Start()
957 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInit); in Start()
1782 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInitialAgents); in Init()
/art/openjdkjvmti/
Dti_phase.cc59 void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(art::Locks::mutator_lock_) override { in NextRuntimePhase() function
Dti_search.cc196 void NextRuntimePhase(RuntimePhase phase) override REQUIRES_SHARED(art::Locks::mutator_lock_) { in NextRuntimePhase() function
/art/tools/tracefast-plugin/
Dtracefast.cc147 void NextRuntimePhase(art::RuntimePhaseCallback::RuntimePhase phase) in NextRuntimePhase() function in tracefast::TraceFastPhaseCB