Home
last modified time | relevance | path

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

/aosp_15_r20/art/adbconnection/
H A Dadbconnection.cc176 return IsDebuggingPossible() || art::Runtime::Current()->IsProfileableFromShell(); in IsDebuggableOrProfilable()
627 .data.profileable = art::Runtime::Current()->IsProfileableFromShell()}, in SetupAdbConnection()
/aosp_15_r20/art/runtime/
H A Druntime.h805 bool IsProfileableFromShell() const { in IsProfileableFromShell() function
H A Druntime.cc1303 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
1313 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
/aosp_15_r20/art/perfetto_hprof/
H A Dperfetto_hprof.cc181 return art::Runtime::Current()->IsProfileableFromShell(); in IsOomeHeapDumpAllowed()