Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc206 runtime->SetJavaDebuggable(true); in EnableDebugFeatures()
/art/openjdkjvmti/
Ddeopt_manager.cc180 runtime->SetJavaDebuggable(true); in FinishSetup()
/art/runtime/
Druntime.h673 void SetJavaDebuggable(bool value);
Druntime.cc1233 SetJavaDebuggable(true); in Init()
2760 void Runtime::SetJavaDebuggable(bool value) { in SetJavaDebuggable() function in art::Runtime