Home
last modified time | relevance | path

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

/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/runtime/
Druntime_callbacks.h117 virtual void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(Locks::mutator_lock_) = 0;
205 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase)
Druntime_callbacks.cc326 void RuntimeCallbacks::NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase) { in NextRuntimePhase() function in art::RuntimeCallbacks
328 cb->NextRuntimePhase(phase); in NextRuntimePhase()
Druntime_callbacks_test.cc386 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase p) override { in NextRuntimePhase() function
Druntime.cc459 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kDeath); in ~Runtime()
1112 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kStart); in Start()
1138 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInit); in Start()
2197 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInitialAgents); in Init()
/art/tools/tracefast-plugin/
Dtracefast.cc141 void NextRuntimePhase(art::RuntimePhaseCallback::RuntimePhase phase) in NextRuntimePhase() function in tracefast::TraceFastPhaseCB