Searched refs:dalvikPss (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/os/ |
H A D | Debug.java | 118 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 D | PerformanceCollector.java | 533 mPerfSnapshot.putLong(METRIC_KEY_JAVA_PSS, memInfo.dalvikPss); in endPerformanceSnapshot()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityThread.java | 3037 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 D | ActivityManagerService.java | 12020 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 32887 field public int dalvikPss;
|