Home
last modified time | relevance | path

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

/art/runtime/
Druntime_callbacks.h103 virtual void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(Locks::mutator_lock_) = 0;
188 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase)
Druntime_callbacks.cc293 void RuntimeCallbacks::NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase) { in NextRuntimePhase() function in art::RuntimeCallbacks
295 cb->NextRuntimePhase(phase); in NextRuntimePhase()
Druntime_callbacks_test.cc379 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase p) override { in NextRuntimePhase() function
/art/openjdkjvmti/
Dti_phase.cc59 void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(art::Locks::mutator_lock_) override { in NextRuntimePhase() function
Dti_search.cc190 void NextRuntimePhase(RuntimePhase phase) override REQUIRES_SHARED(art::Locks::mutator_lock_) { in NextRuntimePhase() function
/art/tools/tracefast-plugin/
Dtracefast.cc144 void NextRuntimePhase(art::RuntimePhaseCallback::RuntimePhase phase) in NextRuntimePhase() function in tracefast::TraceFastPhaseCB