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.cc210 runtime->SetJavaDebuggable(true); in EnableDebugFeatures()
/art/openjdkjvmti/
Ddeopt_manager.cc180 runtime->SetJavaDebuggable(true); in FinishSetup()
/art/runtime/
Druntime.h744 void SetJavaDebuggable(bool value);
Druntime.cc1471 SetJavaDebuggable(true); in Init()
3096 void Runtime::SetJavaDebuggable(bool value) { in SetJavaDebuggable() function in art::Runtime