Searched refs:lastCachedSwapPss (Results 1 – 2 of 2) sorted by relevance
92 long lastCachedSwapPss; // Last computed SwapPss when in cached state. field in ProcessRecord308 … pw.print(" lastCachedSwapPss="); DebugUtils.printSizeValue(pw, lastCachedSwapPss*1024); in dump()
24030 proc.lastCachedSwapPss = swapPss; in recordPssSampleLocked()