Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h810 bool IsProfileable() const { in IsProfileable() function
Druntime.cc1306 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
1316 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
/art/perfetto_hprof/
Dperfetto_hprof.cc182 return art::Runtime::Current()->IsProfileable() || art::Runtime::Current()->IsSystemServer(); in IsOomeHeapDumpAllowed()