Home
last modified time | relevance | path

Searched refs:VMHEAP_SENSITIVE_VM (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/memory_plugin/include/
Dsmaps_stats.h128 VMHEAP_SENSITIVE_VM, enumerator
202 …"[anon:sensitive_vm-alloc space", {VmemifoType::VMHEAP_SENSITIVE_VM, VmemifoType::VMHEAP_SENSITIVE…
204 …"[anon:sensitive_vm-main space", {VmemifoType::VMHEAP_SENSITIVE_VM, VmemifoType::VMHEAP_SENSITIVE_…
207 {VmemifoType::VMHEAP_SENSITIVE_VM, VmemifoType::VMHEAP_SENSITIVE_VM_LARGE}},
210 {VmemifoType::VMHEAP_SENSITIVE_VM, VmemifoType::VMHEAP_SENSITIVE_VM_LARGE}},
213 {VmemifoType::VMHEAP_SENSITIVE_VM, VmemifoType::VMHEAP_SENSITIVE_VM_NON_MOVING}},
215 …"[anon:sensitive_vm-zygote space", {VmemifoType::VMHEAP_SENSITIVE_VM, VmemifoType::VMHEAP_SENSITIV…
/developtools/profiler/device/plugins/memory_plugin/src/
Dsmaps_stats.cpp315 return stats_[VMHEAP_SENSITIVE_VM].privateDirty_ + GetPrivate(VMHEAP_HRT); in GetProcessJavaHeap()
355 stats_[VMHEAP_SENSITIVE_VM].privateClean_; in GetTotalPrivateClean()
361 stats_[VMHEAP_SENSITIVE_VM].privateDirty_; in GetTotalPrivateDirty()
371 … return stats_[VMHEAP_UNKNOWN].pss_ + stats_[VMHEAP_NATIVE].pss_ + stats_[VMHEAP_SENSITIVE_VM].pss_ in GetTotalPss()
378 stats_[VMHEAP_SENSITIVE_VM].swappedOutPss_; in GetTotalSwappedOutPss()