Searched refs:IsProfileableFromShell (Results 1 – 4 of 4) sorted by relevance
176 return IsDebuggingPossible() || art::Runtime::Current()->IsProfileableFromShell(); in IsDebuggableOrProfilable()627 .data.profileable = art::Runtime::Current()->IsProfileableFromShell()}, in SetupAdbConnection()
805 bool IsProfileableFromShell() const { in IsProfileableFromShell() function
1303 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()1313 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
181 return art::Runtime::Current()->IsProfileableFromShell(); in IsOomeHeapDumpAllowed()