Home
last modified time | relevance | path

Searched defs:NextRuntimePhase (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/openjdkjvmti/
H A Dti_phase.cc59 void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(art::Locks::mutator_lock_) override { in NextRuntimePhase() function
H A Dti_search.cc196 void NextRuntimePhase(RuntimePhase phase) override REQUIRES_SHARED(art::Locks::mutator_lock_) { in NextRuntimePhase() function
/aosp_15_r20/art/tools/tracefast-plugin/
H A Dtracefast.cc141 void NextRuntimePhase(art::RuntimePhaseCallback::RuntimePhase phase) in NextRuntimePhase() function in tracefast::TraceFastPhaseCB
/aosp_15_r20/art/runtime/
H A Druntime_callbacks.cc326 void RuntimeCallbacks::NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase) { in NextRuntimePhase() function in art::RuntimeCallbacks
H A Druntime_callbacks_test.cc385 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase p) override { in NextRuntimePhase() function