Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/2031-zygote-compiled-frame-deopt/
H A Dnative-wait.cc45 runtime->SetRuntimeDebugState(Runtime::RuntimeDebugState::kJavaDebuggableAtInit); in Java_art_Test2031_simulateZygoteFork()
/aosp_15_r20/art/runtime/
H A Druntime.h149 kJavaDebuggableAtInit enumerator
794 runtime_debug_state_ == RuntimeDebugState::kJavaDebuggableAtInit; in IsJavaDebuggable()
798 return runtime_debug_state_ == RuntimeDebugState::kJavaDebuggableAtInit; in IsJavaDebuggableAtInit()
H A Druntime.cc1654 SetRuntimeDebugState(RuntimeDebugState::kJavaDebuggableAtInit); in Init()
3241 if (state != RuntimeDebugState::kJavaDebuggableAtInit) { in SetRuntimeDebugState()
3243 DCHECK(runtime_debug_state_ != RuntimeDebugState::kJavaDebuggableAtInit); in SetRuntimeDebugState()
/aosp_15_r20/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc210 runtime->SetRuntimeDebugState(Runtime::RuntimeDebugState::kJavaDebuggableAtInit); in EnableDebugFeatures()
/aosp_15_r20/art/openjdkjvmti/
H A Ddeopt_manager.cc163 runtime->SetRuntimeDebugState(art::Runtime::RuntimeDebugState::kJavaDebuggableAtInit); in FinishSetup()