/external/v8/src/ic/ |
D | keyed-store-generic.cc | 62 Node* instance_type, Node* intptr_index, 91 Node* intptr_index, Node* value, Node* context, 276 Node* intptr_index, Node* value, Node* context, Label* slow, in StoreElementWithCapacity() argument 302 Node* offset = ElementOffsetFromIndex(intptr_index, PACKED_ELEMENTS, in StoreElementWithCapacity() 331 MaybeUpdateLengthAndReturn(receiver, intptr_index, value, update_length); in StoreElementWithCapacity() 349 MaybeUpdateLengthAndReturn(receiver, intptr_index, value, update_length); in StoreElementWithCapacity() 372 ElementOffsetFromIndex(intptr_index, PACKED_DOUBLE_ELEMENTS, in StoreElementWithCapacity() 378 MaybeUpdateLengthAndReturn(receiver, intptr_index, value, in StoreElementWithCapacity() 394 MaybeUpdateLengthAndReturn(receiver, intptr_index, value, in StoreElementWithCapacity() 406 Node* offset = ElementOffsetFromIndex(intptr_index, PACKED_DOUBLE_ELEMENTS, in StoreElementWithCapacity() [all …]
|
D | accessor-assembler.cc | 362 Node* intptr_index = TryToIntptr(p->name, miss); in HandleLoadICSmiHandlerCase() local 370 EmitElementLoad(holder, elements, elements_kind, intptr_index, in HandleLoadICSmiHandlerCase() 399 GotoIf(IntPtrLessThan(intptr_index, IntPtrConstant(0)), miss); in HandleLoadICSmiHandlerCase() 423 Node* intptr_index = TryToIntptr(p->name, miss); in HandleLoadICSmiHandlerCase() local 425 GotoIf(UintPtrGreaterThanOrEqual(intptr_index, length), &if_oob); in HandleLoadICSmiHandlerCase() 426 TNode<Int32T> code = StringCharCodeAt(holder, intptr_index); in HandleLoadICSmiHandlerCase() 1742 Node* intptr_index, in EmitFastElementsBoundsCheck() argument 1759 GotoIfNot(UintPtrLessThan(intptr_index, var_length.value()), miss); in EmitFastElementsBoundsCheck() 1764 SloppyTNode<IntPtrT> intptr_index, Node* is_jsarray_condition, in EmitElementLoad() argument 1775 EmitFastElementsBoundsCheck(object, elements, intptr_index, in EmitElementLoad() [all …]
|
D | accessor-assembler.h | 281 Node* intptr_index,
|
/external/v8/src/builtins/ |
D | builtins-typed-array-gen.cc | 1572 TNode<IntPtrT> intptr_index = UncheckedCast<IntPtrT>(index); in TF_BUILTIN() local 1575 intptr_index, item, context, in TF_BUILTIN() 1757 TNode<IntPtrT> intptr_index = SmiUntag(index); in TF_BUILTIN() local 1763 intptr_index, mapped_value, in TF_BUILTIN()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 7731 TNode<NumberDictionary> dictionary, TNode<IntPtrT> intptr_index, in NumberDictionaryLookup() argument 7749 ChangeUint32ToWord(ComputeIntegerHash(intptr_index, int32_seed)); in NumberDictionaryLookup() 7750 Node* key_as_float64 = RoundIntPtrToFloat64(intptr_index); in NumberDictionaryLookup() 7778 Branch(WordEqual(current_value, intptr_index), if_found, &next_probe); in NumberDictionaryLookup() 7801 TNode<NumberDictionary> dictionary, TNode<IntPtrT> intptr_index, in BasicLoadNumberDictionaryElement() argument 7805 NumberDictionaryLookup(dictionary, intptr_index, &if_found, &var_entry, in BasicLoadNumberDictionaryElement() 7821 TNode<NumberDictionary> dictionary, TNode<IntPtrT> intptr_index, in BasicStoreNumberDictionaryElement() argument 7825 NumberDictionaryLookup(dictionary, intptr_index, &if_found, &var_entry, in BasicStoreNumberDictionaryElement() 8622 SloppyTNode<IntPtrT> intptr_index, in TryLookupElement() argument 8692 GotoIfNot(UintPtrLessThan(intptr_index, length), &if_oob); in TryLookupElement() [all …]
|
D | code-stub-assembler.h | 2295 TNode<IntPtrT> intptr_index, Label* if_found, 2300 TNode<NumberDictionary> dictionary, TNode<IntPtrT> intptr_index, 2303 TNode<IntPtrT> intptr_index, 2432 SloppyTNode<IntPtrT> intptr_index, Label* if_found,
|
/external/v8/third_party/v8/builtins/ |
D | array-sort.tq | 177 const intptr_index: intptr = convert<intptr>(index); 179 BasicLoadNumberDictionaryElement(dictionary, intptr_index) 235 const intptr_index: intptr = convert<intptr>(index); 237 BasicStoreNumberDictionaryElement(dictionary, intptr_index, value)
|