Searched refs:mProcessesToGc (Results 1 – 1 of 1) sorted by relevance
1170 if (mProcessesToGc.size() <= 0) { in performAppGcsLPf()1173 while (mProcessesToGc.size() > 0) { in performAppGcsLPf()1219 if (mProcessesToGc.size() > 0) { in scheduleAppGcsLPf()1221 ProcessRecord proc = mProcessesToGc.get(0); in scheduleAppGcsLPf()1245 mProcessesToGc.add(i + 1, proc); in addProcessToGcListLPf()1250 mProcessesToGc.add(0, proc); in addProcessToGcListLPf()1296 mProcessesToGc.remove(rec); in doLowMemReportIfNeededLocked()2124 mProcessesToGc.remove(app); in onCleanupApplicationRecordLocked()2318 if (mProcessesToGc.size() > 0) { in writeProcessesToGcToProto()2321 ProcessRecord r = mProcessesToGc.get(i); in writeProcessesToGcToProto()[all …]