Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DDebug.java148 public int nativePss; field in Debug.MemoryInfo
364 nativePss = other.nativePss; in set()
393 return dalvikPss + nativePss + otherPss + getTotalSwappedOutPss(); in getTotalPss()
915 dest.writeInt(nativePss); in writeToParcel()
947 nativePss = source.readInt(); in readFromParcel()
H A DPerformanceCollector.java526 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_PSS, memInfo.nativePss); in endPerformanceSnapshot()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java3036 pw.print(memInfo.nativePss); pw.print(','); in dumpMemInfoTable()
3119 printRow(pw, HEAP_FULL_COLUMN, "Native Heap", memInfo.nativePss, in dumpMemInfoTable()
3139 printRow(pw, HEAP_COLUMN, "Native Heap", memInfo.nativePss, in dumpMemInfoTable()
3338 memInfo.nativePss, memInfo.nativeSwappablePss, memInfo.nativeSharedDirty, in dumpMemInfoTable()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java11919 mi.nativePss = (int) pss; in dumpApplicationMemoryUsage()
12099 ss[INDEX_NATIVE_PSS] += mi.nativePss; in dumpApplicationMemoryUsage()
12173 info.nativePss = (int) pss; in dumpApplicationMemoryUsage()
12195 ss[INDEX_NATIVE_PSS] += info.nativePss; in dumpApplicationMemoryUsage()
12574 mi.nativePss = (int) pss; in dumpApplicationMemoryUsage()
12742 ss[INDEX_NATIVE_PSS] += mi.nativePss; in dumpApplicationMemoryUsage()
12811 info.nativePss = (int) pss; in dumpApplicationMemoryUsage()
12829 ss[INDEX_NATIVE_PSS] += info.nativePss; in dumpApplicationMemoryUsage()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt32890 field public int nativePss;