Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java886 pw.print(proc.mPssTableSize); in dumpProcessPss()
1074 if (proc.mPssTableSize > 0) { in dumpProcessList()
1235 for (int i=0; i<proc.mPssTableSize; i++) { in dumpAllProcessPssCheckin()
2272 && proc.mPssTableSize == 0) { in dumpLocked()
2612 if (proc.mPssTableSize > 0) { in dumpCheckinLocked()
2685 if (procState.mPssTableSize > 0) { in dumpCheckinLocked()
2878 int mPssTableSize; field in ProcessStats.ProcessState
2933 for (int i=0; i<mPssTableSize; i++) { in clone()
2943 pnew.mPssTableSize = mStats.mAddLongTableSize; in clone()
2959 for (int i=0; i<other.mPssTableSize; i++) { in add()
[all …]