Searched refs:lastCompactTime (Results 1 – 2 of 2) sorted by relevance
1080 long lastCompactTime; in handleMessage() local1114 lastCompactTime = opt.getLastCompactTime(); in handleMessage()1130 if (lastCompactTime != 0) { in handleMessage()1135 && (start - lastCompactTime in handleMessage()1141 + (start - lastCompactTime) + "ms ago"); in handleMessage()1149 && (start - lastCompactTime in handleMessage()1155 + (start - lastCompactTime) + "ms ago"); in handleMessage()1160 if (start - lastCompactTime < mCompactThrottlePersistent) { in handleMessage()1169 if (start - lastCompactTime < mCompactThrottleBFGS) { in handleMessage()1279 lastCompactAction, lastCompactTime, lastOomAdj, procState, in handleMessage()[all …]
101 void setLastCompactTime(long lastCompactTime) { in setLastCompactTime() argument102 mLastCompactTime = lastCompactTime; in setLastCompactTime()