Home
last modified time | relevance | path

Searched refs:kMaxElementIndex (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dlookup-inl.h80 if (index_ > JSObject::kMaxElementIndex && in LookupIterator()
118 if (index <= JSObject::kMaxElementIndex) { in PropertyKey()
119 STATIC_ASSERT(JSObject::kMaxElementIndex <= in PropertyKey()
183 return index_ <= JSObject::kMaxElementIndex || in IsElement()
289 if (is_element && index_ <= JSObject::kMaxElementIndex) { in GetInterceptor()
H A Djs-array.h125 static constexpr uint32_t kMaxArrayIndex = JSObject::kMaxElementIndex;
H A Dlookup.cc1238 if (index > JSObject::kMaxElementIndex) { in HasInterceptor()
1485 DCHECK_LE(index, JSObject::kMaxElementIndex); in TryGetOwnConstantElement()
H A Djs-objects.h812 static constexpr uint32_t kMaxElementIndex = kMaxElementCount - 1; member in v8::internal::JSObject
/third_party/node/deps/v8/src/ic/
H A Dic.cc1492 if (index > JSObject::kMaxElementIndex && !receiver->IsJSTypedArray()) { in IntPtrKeyToSize()
1496 // On 32-bit platforms, any intptr_t is less than kMaxElementIndex. in IntPtrKeyToSize()
1499 static_cast<double>(JSObject::kMaxElementIndex)); in IntPtrKeyToSize()
H A Daccessor-assembler.cc557 IntPtrConstant(JSObject::kMaxElementIndex)), in HandleLoadICSmiHandlerCase()
606 index, IntPtrConstant(JSObject::kMaxElementIndex)), in HandleLoadICSmiHandlerCase()
2419 GotoIf(UintPtrLessThan(IntPtrConstant(JSObject::kMaxElementIndex), in EmitElementLoad()
2655 IntPtrConstant(JSObject::kMaxElementIndex)), in GenericElementLoad()
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc1817 DCHECK_LE(index, JSObject::kMaxElementIndex); in GetOwnConstantElementFromHeap()
H A Djs-native-context-specialization.cc1876 mkey.IsInRange(0.0, static_cast<double>(JSObject::kMaxElementIndex))) { in ReduceElementLoadFromHeapConstant()
1877 STATIC_ASSERT(JSObject::kMaxElementIndex <= kMaxUInt32); in ReduceElementLoadFromHeapConstant()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc341 if (length <= JSObject::kMaxElementIndex) { in GenericArrayPush()
/third_party/node/deps/v8/src/runtime/
H A Druntime-object.cc394 (key.is_element() && key.index() <= JSObject::kMaxElementIndex in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc10039 GotoIf(UintPtrLessThan(IntPtrConstant(JSObject::kMaxElementIndex),
10085 GotoIf(UintPtrLessThan(IntPtrConstant(JSObject::kMaxElementIndex),

Completed in 48 milliseconds