Home
last modified time | relevance | path

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

/art/adbconnection/
Dadbconnection.cc101 if (IsDebuggingPossible() || art::Runtime::Current()->IsProfileableFromShell()) { in StartDebugger()
491 .data.profileable = art::Runtime::Current()->IsProfileableFromShell()}, in SetupAdbConnection()
529 DCHECK(IsDebuggingPossible() || art::Runtime::Current()->IsProfileableFromShell()); in RunPollLoop()
/art/runtime/
Druntime.h738 bool IsProfileableFromShell() const { in IsProfileableFromShell() function
Druntime.cc1136 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
1146 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()