Searched refs:IsEmptySlot (Results 1 – 3 of 3) sorted by relevance
2471 bool WeakFixedArray::IsEmptySlot(int index) const { in IsEmptySlot() function
2748 inline bool IsEmptySlot(int index) const;
10610 DCHECK(array->IsEmptySlot(index)); // Don't overwrite anything. in Set()10636 if (array->IsEmptySlot((i))) { in Add()