Home
last modified time | relevance | path

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

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