Searched refs:lastCompactAction (Results 1 – 2 of 2) sorted by relevance
536 int pendingAction, lastCompactAction; in handleMessage() local561 lastCompactAction = proc.lastCompactAction; in handleMessage()582 if ((lastCompactAction == COMPACT_PROCESS_SOME in handleMessage()584 || (lastCompactAction == COMPACT_PROCESS_FULL in handleMessage()596 if ((lastCompactAction == COMPACT_PROCESS_SOME in handleMessage()598 || (lastCompactAction == COMPACT_PROCESS_FULL in handleMessage()731 lastCompactAction, lastCompactTime, lastOomAdj, procState, in handleMessage()741 lastCompactAction, lastCompactTime, lastOomAdj, in handleMessage()748 proc.lastCompactAction = pendingAction; in handleMessage()
156 int lastCompactAction; // The most recent compaction action performed for this app. field in ProcessRecord405 pw.print(" lastCompactAction="); pw.print(lastCompactAction); in dump()