Searched refs:backing_store_entry (Results 1 – 1 of 1) sorted by relevance
3560 uint32_t backing_store_entry = BackingStoreAccessor::GetEntryForIndexImpl( in GetEntryForIndexImpl() local3562 if (backing_store_entry == kMaxUInt32) return kMaxUInt32; in GetEntryForIndexImpl()3563 DCHECK(backing_store_entry < kMaxUInt32 - length); in GetEntryForIndexImpl()3564 return backing_store_entry + length; in GetEntryForIndexImpl()