Home
last modified time | relevance | path

Searched refs:nativePss (Results 1 – 7 of 7) 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.java2304 pw.print(memInfo.nativePss); pw.print(','); in dumpMemInfoTable()
2387 printRow(pw, HEAP_FULL_COLUMN, "Native Heap", memInfo.nativePss, in dumpMemInfoTable()
2407 printRow(pw, HEAP_COLUMN, "Native Heap", memInfo.nativePss, in dumpMemInfoTable()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java17114 long nativePss = 0;
17218 nativePss += mi.nativePss;
17278 mi.nativePss = (int)Debug.getPss(st.pid, tmpLong, null);
17291 nativePss += mi.nativePss;
17322 catMems.add(new MemItem("Native", "Native", nativePss, nativeSwapPss, -1));
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21672 field public int nativePss;
/frameworks/base/api/
Dcurrent.txt30712 field public int nativePss;
Dsystem-current.txt33433 field public int nativePss;