Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h1008 bool IsPerfettoJavaHeapStackProfEnabled() const { in IsPerfettoJavaHeapStackProfEnabled() function
Druntime.cc1145 if (IsPerfettoJavaHeapStackProfEnabled() && in InitNonZygoteOrPostFork()
/art/runtime/gc/
Dheap.cc786 if (runtime->IsPerfettoJavaHeapStackProfEnabled()) { in Heap()