Searched refs:lookupInternal (Results 1 – 1 of 1) sorted by relevance
372 if (!lookupInternal(key, mActiveHashStart)) { in insert()384 if (!lookupInternal(key, mActiveHashStart)) { in clearEntry()444 if (lookupInternal(req.key, mActiveHashStart)) { in lookup()456 if (lookupInternal(req.key, mInactiveHashStart)) { in lookup()550 private boolean lookupInternal(long key, int hashStart) { in lookupInternal() method in BlobCache