Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_phase.cc65 case RuntimePhase::kStart: in NextRuntimePhase()
Dti_search.cc191 if (phase == RuntimePhase::kStart) { in NextRuntimePhase()
/art/compiler/jni/quick/
Djni_compiler.cc71 kStart, enumerator
80 if (which == JniEntrypoint::kStart) { // JniMethodStart in GetJniEntrypointThreadOffset()
382 GetJniEntrypointThreadOffset<kPointerSize>(JniEntrypoint::kStart, in ArtJniCompileMethodInternal()
/art/runtime/
Druntime_callbacks.h96 kStart, // The runtime is started. enumerator
Druntime_callbacks_test.cc385 } else if (p == RuntimePhaseCallback::RuntimePhase::kStart) { in NextRuntimePhase()
Druntime.cc882 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kStart); in Start()