Home
last modified time | relevance | path

Searched refs:kMaxUInt32 (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/
Dlookup.h57 index_(kMaxUInt32), in configuration_()
81 index_(kMaxUInt32), in configuration_()
110 DCHECK_NE(kMaxUInt32, index_); in configuration_()
131 DCHECK_NE(kMaxUInt32, index_); in configuration_()
183 bool IsElement() const { return index_ != kMaxUInt32; } in IsElement()
312 Isolate* isolate, Handle<Object> receiver, uint32_t index = kMaxUInt32);
315 uint32_t index = kMaxUInt32) {
Delements.h122 uint32_t range = kMaxUInt32,
128 uint32_t range = kMaxUInt32,
Dfixed-dtoa.cc295 const uint32_t kMaxUInt32 = 0xFFFFFFFF; in FastFixedDtoa() local
355 if (integrals > kMaxUInt32) { in FastFixedDtoa()
Delements.cc545 *holder, *backing_store, index, filter) != kMaxUInt32; in HasElementImpl()
936 : kMaxUInt32; in GetEntryForIndexImpl()
944 return index < length ? index : kMaxUInt32; in GetEntryForIndexImpl()
1117 if (entry == SeededNumberDictionary::kNotFound) return kMaxUInt32; in GetEntryForIndexImpl()
1121 if ((attr & filter) != 0) return kMaxUInt32; in GetEntryForIndexImpl()
1145 DCHECK_LE(k->Number(), kMaxUInt32); in CollectElementIndicesImpl()
1853 : kMaxUInt32; in GetEntryForIndexImpl()
1993 if (entry == kMaxUInt32) return entry; in GetEntryForIndexImpl()
Dlookup.cc99 if (index != kMaxUInt32 && receiver->IsString() && in GetRootForNonJSReceiver()
658 if (number_ == kMaxUInt32) return NOT_FOUND; in LookupInHolder()
Dconversions-inl.h114 return !IsMinusZero(value) && value >= 0 && value <= kMaxUInt32 && in IsUint32Double()
Dglobals.h112 const uint32_t kMaxUInt32 = 0xFFFFFFFFu; variable
Dtypes.cc356 {kOtherNumber, kPlainNumber, static_cast<double>(kMaxUInt32) + 1}};
Dobjects.cc6880 return PropertyKeyToArrayLength(index_obj, output) && *output != kMaxUInt32; in PropertyKeyToArrayIndex()
16469 accessor->CollectElementIndices(object, keys, kMaxUInt32, filter, 0); in CollectOwnElementKeys()
17478 DCHECK(!k->IsHeapNumber() || HeapNumber::cast(k)->value() <= kMaxUInt32); in PrepareSlowElementsForSort()
Dobjects-inl.h2334 return Object::ToUint32(index) && *index != kMaxUInt32; in ToArrayIndex()
Dapi.cc2829 value <= i::kMaxUInt32 && in IsUint32()
/external/v8/src/snapshot/
Dsnapshot-common.cc131 uint32_t required = kMaxUInt32; in CalculateFirstPageSizes()
/external/v8/src/compiler/
Dmachine-operator-reducer.cc279 if (m.left().Is(kMaxUInt32)) return ReplaceBool(false); // M < x => false in Reduce()
305 if (m.right().Is(kMaxUInt32)) return ReplaceBool(true); // x <= M => true in Reduce()
Djs-native-context-specialization.cc649 if (!NumberMatcher(this_index).IsInRange(0.0, kMaxUInt32)) { in ReduceElementAccess()
Dwasm-compiler.cc1703 CHECK(limit <= kMaxUInt32); in BoundsCheckMem()
/external/v8/test/cctest/compiler/
Dtest-machine-operator-reducer.cc65 maxuint32(Constant<int32_t>(kMaxUInt32)) { in ReducerTester()
/external/v8/src/debug/
Dliveedit.cc170 return get_cell(i1, i2) & (kMaxUInt32 ^ kDirectionMask); in get_value4()