Searched refs:backing_store_entry (Results 1 – 1 of 1) sorted by relevance
4271 uint32_t backing_store_entry = BackingStoreAccessor::GetEntryForIndexImpl( in GetEntryForIndexImpl() local4273 if (backing_store_entry == kMaxUInt32) return kMaxUInt32; in GetEntryForIndexImpl()4274 DCHECK(backing_store_entry < kMaxUInt32 - length); in GetEntryForIndexImpl()4275 return backing_store_entry + length; in GetEntryForIndexImpl()