Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DDebug.java118 public int dalvikPss; field in Debug.MemoryInfo
354 dalvikPss = other.dalvikPss; in set()
393 return dalvikPss + nativePss + otherPss + getTotalSwappedOutPss(); in getTotalPss()
906 dest.writeInt(dalvikPss); in writeToParcel()
938 dalvikPss = source.readInt(); in readFromParcel()
H A DPerformanceCollector.java533 mPerfSnapshot.putLong(METRIC_KEY_JAVA_PSS, memInfo.dalvikPss); in endPerformanceSnapshot()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java3037 pw.print(memInfo.dalvikPss); pw.print(','); in dumpMemInfoTable()
3125 printRow(pw, HEAP_FULL_COLUMN, "Dalvik Heap", memInfo.dalvikPss, in dumpMemInfoTable()
3145 printRow(pw, HEAP_COLUMN, "Dalvik Heap", memInfo.dalvikPss, in dumpMemInfoTable()
3350 memInfo.dalvikPss, memInfo.dalvikSwappablePss, memInfo.dalvikSharedDirty, in dumpMemInfoTable()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java12020 mi.dalvikPss = (int) pss; in dumpApplicationMemoryUsage()
12102 ss[INDEX_DALVIK_PSS] += mi.dalvikPss; in dumpApplicationMemoryUsage()
12198 ss[INDEX_DALVIK_PSS] += info.dalvikPss; in dumpApplicationMemoryUsage()
12675 mi.dalvikPss = (int) pss; in dumpApplicationMemoryUsage()
12745 ss[INDEX_DALVIK_PSS] += mi.dalvikPss; in dumpApplicationMemoryUsage()
12832 ss[INDEX_DALVIK_PSS] += info.dalvikPss; 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.txt32887 field public int dalvikPss;