Home
last modified time | relevance | path

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

/aosp12/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc243 runtime->SetSignalHookDebuggable(true); in EnableDebugFeatures()
/aosp12/art/runtime/
H A Druntime.h763 void SetSignalHookDebuggable(bool value);
H A Druntime.cc3235 void Runtime::SetSignalHookDebuggable(bool value) { in SetSignalHookDebuggable() function in art::Runtime