Lines Matching refs:kMaxUInt32
625 index, filter) != kMaxUInt32; in HasElementImpl()
1051 if (entry == kMaxUInt32) continue; in CollectValuesOrEntriesImpl()
1081 if (entry == kMaxUInt32) continue; in CollectValuesOrEntriesImpl()
1282 : kMaxUInt32; in GetEntryForIndexImpl()
1284 return index < length ? index : kMaxUInt32; in GetEntryForIndexImpl()
1510 if (entry == SeededNumberDictionary::kNotFound) return kMaxUInt32; in GetEntryForIndexImpl()
1514 if ((attr & filter) != 0) return kMaxUInt32; in GetEntryForIndexImpl()
1532 DCHECK_LE(raw_key->Number(), kMaxUInt32); in FilterKey()
1535 if ((attr & filter) != 0) return kMaxUInt32; in FilterKey()
1544 if (!dictionary->IsKey(isolate, raw_key)) return kMaxUInt32; in GetKeyForEntryImpl()
1564 if (key == kMaxUInt32) { in CollectElementIndicesImpl()
1590 if (key == kMaxUInt32) continue; in DirectCollectElementIndicesImpl()
2815 : kMaxUInt32; in GetEntryForIndexImpl()
3142 if (entry == kMaxUInt32) return kMaxUInt32; in GetEntryForIndexImpl()
3231 if (entry == kMaxUInt32) { in IncludesValueImpl()
3273 if (entry == kMaxUInt32) { in IndexOfValueImpl()
3421 if (entry != kMaxUInt32 && HasEntryImpl(isolate, parameters, entry)) { in SliceImpl()
3562 if (backing_store_entry == kMaxUInt32) return kMaxUInt32; in GetEntryForIndexImpl()
3563 DCHECK(backing_store_entry < kMaxUInt32 - length); in GetEntryForIndexImpl()