Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc223 runtime->SetJavaDebuggable(true); in EnableDebugFeatures()
/art/runtime/
Druntime.h569 void SetJavaDebuggable(bool value);
Druntime.cc1111 SetJavaDebuggable(true); in Init()
2423 void Runtime::SetJavaDebuggable(bool value) { in SetJavaDebuggable() function in art::Runtime