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