Searched refs:mProcessesToGc (Results 1 – 1 of 1) sorted by relevance
860 final ArrayList<ProcessRecord> mProcessesToGc = new ArrayList<ProcessRecord>(); field in ActivityManagerService3685 mProcessesToGc.remove(rec); in doLowMemReportIfNeededLocked()11157 if (mProcessesToGc.size() > 0) { in writeProcessesToGcToProto()11159 for (int i=0; i<mProcessesToGc.size(); i++) { in writeProcessesToGcToProto()11160 ProcessRecord r = mProcessesToGc.get(i); in writeProcessesToGcToProto()11176 if (mProcessesToGc.size() > 0) { in dumpProcessesToGc()11179 for (int i=0; i<mProcessesToGc.size(); i++) { in dumpProcessesToGc()11180 ProcessRecord proc = mProcessesToGc.get(i); in dumpProcessesToGc()13661 mProcessesToGc.remove(app); in cleanUpApplicationRecordLocked()16369 final int N = mProcessesToGc.size(); in performAppGcsLocked()[all …]