Home
last modified time | relevance | path

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

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