Home
last modified time | relevance | path

Searched refs:dalvikSwappedOutPss (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DDebug.java145 public int dalvikSwappedOutPss; field in Debug.MemoryInfo
362 dalvikSwappedOutPss = other.dalvikSwappedOutPss; in set()
462 return dalvikSwappedOutPss + nativeSwappedOutPss + otherSwappedOutPss; in getTotalSwappedOutPss()
914 dest.writeInt(dalvikSwappedOutPss); in writeToParcel()
946 dalvikSwappedOutPss = source.readInt(); in readFromParcel()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityThread.java2852 pw.print(memInfo.dalvikSwappedOutPss); pw.print(','); in dumpMemInfoTable()
2901 memInfo.dalvikSwappedOutPss : memInfo.dalvikSwappedOut, in dumpMemInfoTable()
2920 memInfo.hasSwappedOutPss ? memInfo.dalvikSwappedOutPss : in dumpMemInfoTable()
3125 memInfo.dalvikSwappedOut, memInfo.dalvikSwappedOutPss, in dumpMemInfoTable()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java10774 ss[INDEX_DALVIK_SWAP_PSS] += mi.dalvikSwappedOutPss; in dumpApplicationMemoryUsage()
10870 ss[INDEX_DALVIK_SWAP_PSS] += info.dalvikSwappedOutPss; in dumpApplicationMemoryUsage()
11414 ss[INDEX_DALVIK_SWAP_PSS] += mi.dalvikSwappedOutPss; in dumpApplicationMemoryUsage()
11501 ss[INDEX_DALVIK_SWAP_PSS] += info.dalvikSwappedOutPss; in dumpApplicationMemoryUsage()