Home | History | Annotate | Download | only in blockfile

Lines Matching refs:cell_

266   return GetCellLocation(cell_) != 0;
288 return static_cast<EntryState>(GetCellState(cell_));
292 return static_cast<EntryGroup>(GetCellGroup(cell_));
296 return GetCellReuse(cell_);
300 return GetCellTimestamp(cell_);
304 SetCellState(&cell_, state);
308 SetCellGroup(&cell_, group);
312 SetCellReuse(&cell_, count);
316 SetCellTimestamp(&cell_, timestamp);
339 cell_.Clear();
351 cell_.Clear();
352 SetCellState(&cell_, ENTRY_NEW);
353 SetCellGroup(&cell_, ENTRY_NO_USE);
357 SetCellSmallTableLocation(&cell_, address.start_block());
358 SetCellSmallTableId(&cell_, hash >> kSmallTableHashShift);
361 SetCellLocation(&cell_, location);
362 SetCellId(&cell_, hash >> kHashShift);
372 cell_(cell),
377 SetCellSum(&cell_, CalculateCellSum(cell_));
382 return GetCellSmallTableLocation(cell_);
384 return GetCellLocation(cell_);
390 hash_ |= GetCellSmallTableId(cell_) << kSmallTableHashShift;
395 hash_ |= GetCellId(cell_) << kHashShift;
400 *destination = cell_;