Home
last modified time | relevance | path

Searched refs:kInit (Results 1 – 4 of 4) sorted by relevance

/art/openjdkjvmti/
Dti_phase.cc71 case RuntimePhase::kInit: in NextRuntimePhase()
/art/runtime/
Druntime_callbacks.h90 kInit, // The runtime is initialized (and will run user code soon). enumerator
Druntime_callbacks_test.cc393 } else if (p == RuntimePhaseCallback::RuntimePhase::kInit) { in NextRuntimePhase()
Druntime.cc828 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInit); in Start()