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