Lines Matching defs:cacheLoad
408 private int cacheLoad, cacheLoadLimit;
588 cacheLoad = 0;
595 if (cacheLoad >= cacheLoadLimit) {
601 if (cacheLoad < cacheLoadLimit)
633 cacheLoad = Math.max(0, cacheLoad - removed);
673 cacheLoad -= 1;
719 /** Store the given entry. Update cacheLoad, and return any live victim.
735 * If it is an actual null, increment cacheLoad,
740 if (e2 == null) cacheLoad += 1;