Home
last modified time | relevance | path

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

/art/adbconnection/
Dadbconnection.cc99 if (IsDebuggingPossible() || art::Runtime::Current()->IsProfileableFromShell()) { in StartDebugger()
489 .data.profileable = art::Runtime::Current()->IsProfileableFromShell()}, in SetupAdbConnection()
527 DCHECK(IsDebuggingPossible() || art::Runtime::Current()->IsProfileableFromShell()); in RunPollLoop()
/art/runtime/
Druntime.h729 bool IsProfileableFromShell() const { in IsProfileableFromShell() function
Druntime.cc1066 (Dbg::IsJdwpAllowed() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()