Searched refs:containsCycle (Results 1 – 2 of 2) sorted by relevance
323 app.containsCycle = false; in updateOomAdjLocked()334 retryCycles |= app.containsCycle; in updateOomAdjLocked()425 if (!app.killedByAm && app.thread != null && app.containsCycle == true) { in updateOomAdjLocked()433 if (!app.killedByAm && app.thread != null && app.containsCycle == true) { in updateOomAdjLocked()769 app.containsCycle = true; in computeOomAdjLocked()1639 if (client.containsCycle) { in shouldSkipDueToCycle()1643 app.containsCycle = true; in shouldSkipDueToCycle()
215 … boolean containsCycle; // Whether this app has encountered a cycle in the most recent update field in ProcessRecord