Searched refs:mNumCachedKill (Results 1 – 1 of 1) sorted by relevance
928 if (proc.mNumCachedKill != 0) { in dumpProcessPss()930 pw.print(proc.mNumCachedKill); pw.print(" times from pss "); in dumpProcessPss()2625 || proc.mNumCachedKill > 0) { in dumpCheckinLocked()2639 pw.print(proc.mNumCachedKill); in dumpCheckinLocked()2694 || procState.mNumCachedKill > 0) { in dumpCheckinLocked()2704 pw.print(procState.mNumCachedKill); in dumpCheckinLocked()2887 int mNumCachedKill; field in ProcessStats.ProcessState2947 pnew.mNumCachedKill = mNumCachedKill; in clone()2972 if (other.mNumCachedKill > 0) { in add()2973 addCachedKill(other.mNumCachedKill, other.mMinCachedKillPss, in add()[all …]