Home
last modified time | relevance | path

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

/art/test/2031-zygote-compiled-frame-deopt/
Dnative-wait.cc45 runtime->SetRuntimeDebugState(Runtime::RuntimeDebugState::kJavaDebuggableAtInit); in Java_art_Test2031_simulateZygoteFork()
/art/runtime/
Druntime.h149 kJavaDebuggableAtInit enumerator
791 runtime_debug_state_ == RuntimeDebugState::kJavaDebuggableAtInit; in IsJavaDebuggable()
795 return runtime_debug_state_ == RuntimeDebugState::kJavaDebuggableAtInit; in IsJavaDebuggableAtInit()
Druntime.cc1656 SetRuntimeDebugState(RuntimeDebugState::kJavaDebuggableAtInit); in Init()
3237 if (state != RuntimeDebugState::kJavaDebuggableAtInit) { in SetRuntimeDebugState()
3239 DCHECK(runtime_debug_state_ != RuntimeDebugState::kJavaDebuggableAtInit); in SetRuntimeDebugState()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc210 runtime->SetRuntimeDebugState(Runtime::RuntimeDebugState::kJavaDebuggableAtInit); in EnableDebugFeatures()
/art/openjdkjvmti/
Ddeopt_manager.cc163 runtime->SetRuntimeDebugState(art::Runtime::RuntimeDebugState::kJavaDebuggableAtInit); in FinishSetup()