Home
last modified time | relevance | path

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

/art/perfetto_hprof/
Dperfetto_hprof.h33 kStart, enumerator
Dperfetto_hprof.cc241 g_state = State::kStart; in OnStart()
279 while (g_state != State::kStart) { in WaitForDataSource()
/art/openjdkjvmti/
Dti_phase.cc65 case RuntimePhase::kStart: in NextRuntimePhase()
Dti_search.cc197 if (phase == RuntimePhase::kStart) { in NextRuntimePhase()
/art/compiler/jni/quick/
Djni_compiler.cc68 kStart, enumerator
77 if (which == JniEntrypoint::kStart) { // JniMethodStart in GetJniEntrypointThreadOffset()
393 GetJniEntrypointThreadOffset<kPointerSize>(JniEntrypoint::kStart, in ArtJniCompileMethodInternal()
/art/runtime/
Druntime_callbacks.h97 kStart, // The runtime is started. enumerator
Druntime_callbacks_test.cc385 } else if (p == RuntimePhaseCallback::RuntimePhase::kStart) { in NextRuntimePhase()
Druntime.cc926 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kStart); in Start()