Home
last modified time | relevance | path

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

/art/test/2031-zygote-compiled-frame-deopt/
Dnative-wait.cc45 runtime->SetJavaDebuggable(true); in Java_art_Test2031_simulateZygoteFork()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc209 runtime->SetJavaDebuggable(true); in EnableDebugFeatures()
/art/openjdkjvmti/
Ddeopt_manager.cc180 runtime->SetJavaDebuggable(true); in FinishSetup()
/art/runtime/
Druntime.h733 void SetJavaDebuggable(bool value);
Druntime.cc1301 SetJavaDebuggable(true); in Init()
2865 void Runtime::SetJavaDebuggable(bool value) { in SetJavaDebuggable() function in art::Runtime