Home
last modified time | relevance | path

Searched refs:nativePss (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/os/
DDebug.java135 public int nativePss; field in Debug.MemoryInfo
276 return dalvikPss + nativePss + otherPss + getTotalSwappedOutPss(); in getTotalPss()
700 dest.writeInt(nativePss); in writeToParcel()
727 nativePss = source.readInt(); in readFromParcel()
DPerformanceCollector.java519 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_PSS, memInfo.nativePss); in endPerformanceSnapshot()
/frameworks/base/core/java/android/app/
DActivityThread.java2155 pw.print(memInfo.nativePss); pw.print(','); in dumpMemInfoTable()
2238 printRow(pw, HEAP_FULL_COLUMN, "Native Heap", memInfo.nativePss, in dumpMemInfoTable()
2258 printRow(pw, HEAP_COLUMN, "Native Heap", memInfo.nativePss, in dumpMemInfoTable()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java16190 long nativePss = 0; in dumpApplicationMemoryUsage() local
16282 nativePss += mi.nativePss; in dumpApplicationMemoryUsage()
16342 mi.nativePss = (int)Debug.getPss(st.pid, tmpLong, null); in dumpApplicationMemoryUsage()
16355 nativePss += mi.nativePss; in dumpApplicationMemoryUsage()
16386 catMems.add(new MemItem("Native", "Native", nativePss, nativeSwapPss, -1)); in dumpApplicationMemoryUsage()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21672 field public int nativePss;
/frameworks/base/api/
Dcurrent.txt28587 field public int nativePss;
Dsystem-current.txt31077 field public int nativePss;
Dtest-current.txt28661 field public int nativePss;