Home
last modified time | relevance | path

Searched refs:ElementOffsetFromIndex (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-arguments-gen.cc87 : ElementOffsetFromIndex(element_count, PACKED_ELEMENTS, mode, in AllocateArgumentsObject()
107 Node* parameter_map_offset = ElementOffsetFromIndex( in AllocateArgumentsObject()
313 ElementOffsetFromIndex(argument_count, PACKED_ELEMENTS, mode, in EmitFastNewSloppyArguments()
316 ElementOffsetFromIndex(mapped_count, PACKED_ELEMENTS, mode, in EmitFastNewSloppyArguments()
353 Node* zero_offset = ElementOffsetFromIndex( in EmitFastNewSloppyArguments()
Dbuiltins-string-gen.cc122 ElementOffsetFromIndex(index, kind, INTPTR_PARAMETERS); in PointerToStringDataAtIndex()
686 Node* offset = ElementOffsetFromIndex( in TF_BUILTIN()
712 ElementOffsetFromIndex(var_max_index.value(), UINT16_ELEMENTS, in TF_BUILTIN()
729 Node* offset = ElementOffsetFromIndex( in TF_BUILTIN()
Dbuiltins-regexp-gen.cc315 Node* const from_offset = ElementOffsetFromIndex( in GetStringPointers()
319 Node* const to_offset = ElementOffsetFromIndex( in GetStringPointers()
578 TNode<IntPtrT> limit_offset = ElementOffsetFromIndex( in RegExpExecInternal()
581 TNode<IntPtrT> to_offset = ElementOffsetFromIndex( in RegExpExecInternal()
Dbuiltins-array-gen.cc752 Node* offset = ElementOffsetFromIndex(index, kind, mode, base_size); in VisitAllFastElementsOneKind()
995 Node* offset = ElementOffsetFromIndex(new_length, HOLEY_DOUBLE_ELEMENTS, in TF_BUILTIN()
1589 ElementOffsetFromIndex(IntPtrConstant(0), HOLEY_DOUBLE_ELEMENTS, in TF_BUILTIN()
1595 Node* offset = ElementOffsetFromIndex(new_length, HOLEY_DOUBLE_ELEMENTS, in TF_BUILTIN()
/external/v8/src/ic/
Dkeyed-store-generic.cc302 Node* offset = ElementOffsetFromIndex(intptr_index, PACKED_ELEMENTS, in StoreElementWithCapacity()
372 ElementOffsetFromIndex(intptr_index, PACKED_DOUBLE_ELEMENTS, in StoreElementWithCapacity()
406 Node* offset = ElementOffsetFromIndex(intptr_index, PACKED_DOUBLE_ELEMENTS, in StoreElementWithCapacity()
455 Node* fast_offset = ElementOffsetFromIndex( in StoreElementWithCapacity()
Daccessor-assembler.cc77 Node* offset = ElementOffsetFromIndex(slot, HOLEY_ELEMENTS, SMI_PARAMETERS); in TryMonomorphicCase()
1983 ElementOffsetFromIndex(ChangeInt32ToIntPtr(word_index), UINT32_ELEMENTS, in BranchIfStrictMode()
/external/v8/src/
Dcode-stub-assembler.cc1933 TNode<IntPtrT> offset = ElementOffsetFromIndex(index_node, HOLEY_ELEMENTS, in LoadArrayElement()
2199 ElementOffsetFromIndex(index_node, elements_kind, parameter_mode, 0); in LoadFixedTypedArrayElementAsTagged()
2303 ElementOffsetFromIndex(index_node, elements_kind, parameter_mode, 0); in StoreFixedTypedArrayElementFromTagged()
2320 Node* offset = ElementOffsetFromIndex(slot_index_node, HOLEY_ELEMENTS, in LoadFeedbackVectorSlot()
2340 Node* offset = ElementOffsetFromIndex(index_node, HOLEY_ELEMENTS, in LoadAndUntagToWord32ArrayElement()
2382 TNode<IntPtrT> offset = ElementOffsetFromIndex( in LoadFixedDoubleArrayElement()
2751 Node* offset = ElementOffsetFromIndex(index_node, HOLEY_ELEMENTS, in StoreFixedArrayOrPropertyArrayElement()
2789 ElementOffsetFromIndex(index_node, PACKED_DOUBLE_ELEMENTS, parameter_mode, in StoreFixedDoubleArrayElement()
2808 Node* offset = ElementOffsetFromIndex(slot_index_node, HOLEY_ELEMENTS, in StoreFeedbackVectorSlot()
3820 Node* size = ElementOffsetFromIndex(capacity, kind, capacity_mode, base_size); in AllocateUninitializedJSArrayWithElements()
[all …]
Dcode-stub-assembler.h2621 return ElementOffsetFromIndex(element_count, kind, mode, header_size); in GetArrayAllocationSize()
2729 TNode<IntPtrT> ElementOffsetFromIndex(Node* index, ElementsKind kind,