Searched refs:kMaxFastArrayLength (Results 1 – 6 of 6) sorted by relevance
130 static constexpr uint32_t kMaxFastArrayLength = 32 * 1024 * 1024; variable131 STATIC_ASSERT(kMaxFastArrayLength <= kMaxArrayLength);
43 return new_length > kMaxFastArrayLength; in SetLengthWouldNormalize()
354 IntPtrGreaterThan(length, IntPtrConstant(JSArray::kMaxFastArrayLength)), in FastIterableToList()
99 length, SmiConstant(JSArray::kMaxFastArrayLength))); in AllocateRegExpResult()
1654 NumberConstant(JSArray::kMaxFastArrayLength)); in ReduceArrayPrototypeMap()
3990 UintPtrConstant(JSArray::kMaxFastArrayLength)); in IsValidFastJSArrayCapacity()