Lines Matching refs:mLastWorstPidOfSystem
479 mLastWorstPidOfSystem[id].find(element->getPid()); in erase()
480 if ((found != mLastWorstPidOfSystem[id].end()) && in erase()
482 mLastWorstPidOfSystem[id].erase(found); in erase()
518 for (auto b : mLastWorstPidOfSystem[i]) { in erase()
778 mLastWorstPidOfSystem[id].find(worstPid); in prune()
779 if ((found != mLastWorstPidOfSystem[id].end()) && in prune()
861 (mLastWorstPidOfSystem[id].find(element->getPid()) == in prune()
862 mLastWorstPidOfSystem[id].end()))) { in prune()
866 mLastWorstPidOfSystem[id][element->getPid()] = it; in prune()
906 (!gc || (mLastWorstPidOfSystem[id].find(worstPid) == in prune()
907 mLastWorstPidOfSystem[id].end()))) { in prune()
911 mLastWorstPidOfSystem[id][worstPid] = it; in prune()