Searched refs:kMaxUInt32 (Results 1 – 17 of 17) sorted by relevance
/external/v8/src/ |
D | lookup.h | 57 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) {
|
D | elements.h | 122 uint32_t range = kMaxUInt32, 128 uint32_t range = kMaxUInt32,
|
D | fixed-dtoa.cc | 295 const uint32_t kMaxUInt32 = 0xFFFFFFFF; in FastFixedDtoa() local 355 if (integrals > kMaxUInt32) { in FastFixedDtoa()
|
D | elements.cc | 545 *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()
|
D | lookup.cc | 99 if (index != kMaxUInt32 && receiver->IsString() && in GetRootForNonJSReceiver() 658 if (number_ == kMaxUInt32) return NOT_FOUND; in LookupInHolder()
|
D | conversions-inl.h | 114 return !IsMinusZero(value) && value >= 0 && value <= kMaxUInt32 && in IsUint32Double()
|
D | globals.h | 112 const uint32_t kMaxUInt32 = 0xFFFFFFFFu; variable
|
D | types.cc | 356 {kOtherNumber, kPlainNumber, static_cast<double>(kMaxUInt32) + 1}};
|
D | objects.cc | 6880 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()
|
D | objects-inl.h | 2334 return Object::ToUint32(index) && *index != kMaxUInt32; in ToArrayIndex()
|
D | api.cc | 2829 value <= i::kMaxUInt32 && in IsUint32()
|
/external/v8/src/snapshot/ |
D | snapshot-common.cc | 131 uint32_t required = kMaxUInt32; in CalculateFirstPageSizes()
|
/external/v8/src/compiler/ |
D | machine-operator-reducer.cc | 279 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()
|
D | js-native-context-specialization.cc | 649 if (!NumberMatcher(this_index).IsInRange(0.0, kMaxUInt32)) { in ReduceElementAccess()
|
D | wasm-compiler.cc | 1703 CHECK(limit <= kMaxUInt32); in BoundsCheckMem()
|
/external/v8/test/cctest/compiler/ |
D | test-machine-operator-reducer.cc | 65 maxuint32(Constant<int32_t>(kMaxUInt32)) { in ReducerTester()
|
/external/v8/src/debug/ |
D | liveedit.cc | 170 return get_cell(i1, i2) & (kMaxUInt32 ^ kDirectionMask); in get_value4()
|