Searched refs:getLastRequestedGc (Results 1 – 2 of 2) sorted by relevance
1530 if ((profile.getLastRequestedGc() + mService.mConstants.GC_MIN_INTERVAL) in performAppGcsLPf()1576 long when = proc.mProfile.getLastRequestedGc() + mService.mConstants.GC_MIN_INTERVAL; in scheduleAppGcsLPf()1594 if (mProcessesToGc.get(i).mProfile.getLastRequestedGc() in addProcessToGcListLPf()1595 < proc.mProfile.getLastRequestedGc()) { in addProcessToGcListLPf()2723 proto.write(ProcessToGcProto.LAST_GCED_MS, profile.getLastRequestedGc()); in writeProcessesToGcToProto()2750 pw.print(now - profile.getLastRequestedGc()); in dumpProcessesToGc()
498 long getLastRequestedGc() { in getLastRequestedGc() method in ProcessProfileRecord