Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Druntime.h1061 bool IsPerfettoJavaHeapStackProfEnabled() const { in IsPerfettoJavaHeapStackProfEnabled() function
H A Druntime.cc1312 if (IsPerfettoJavaHeapStackProfEnabled() && in InitNonZygoteOrPostFork()
/aosp_15_r20/art/runtime/gc/
H A Dheap.cc852 if (runtime->IsPerfettoJavaHeapStackProfEnabled()) { in Heap()