Home
last modified time | relevance | path

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

/aosp12/art/test/2031-zygote-compiled-frame-deopt/
H A Dnative-wait.cc45 runtime->SetJavaDebuggable(true); in Java_art_Test2031_simulateZygoteFork()
/aosp12/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc210 runtime->SetJavaDebuggable(true); in EnableDebugFeatures()
/aosp12/art/openjdkjvmti/
H A Ddeopt_manager.cc180 runtime->SetJavaDebuggable(true); in FinishSetup()
/aosp12/art/runtime/
H A Druntime.h750 void SetJavaDebuggable(bool value);
H A Druntime.cc1471 SetJavaDebuggable(true); in Init()
3096 void Runtime::SetJavaDebuggable(bool value) { in SetJavaDebuggable() function in art::Runtime