Searched refs:ElementOffsetFromIndex (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | code-stub-assembler.cc | 619 Node* offset = ElementOffsetFromIndex(index_node, FAST_HOLEY_ELEMENTS, in LoadFixedArrayElement() 629 Node* offset = ElementOffsetFromIndex(index_node, FAST_HOLEY_DOUBLE_ELEMENTS, in LoadFixedDoubleArrayElement() 676 ElementOffsetFromIndex(index_node, FAST_HOLEY_ELEMENTS, parameter_mode, in StoreFixedArrayElement() 689 ElementOffsetFromIndex(index_node, FAST_DOUBLE_ELEMENTS, parameter_mode, in StoreFixedDoubleArrayElement() 831 ElementOffsetFromIndex(capacity_node, kind, mode, base_size); in AllocateJSArray() 867 Node* offset = ElementOffsetFromIndex(Int32Constant(i), kind, mode, in AllocateJSArray() 883 offset = ElementOffsetFromIndex(Int32Constant(i), kind, mode, in AllocateJSArray() 900 IntPtrAdd(limit, ElementOffsetFromIndex(capacity_node, kind, mode, 0))); in AllocateJSArray() 2314 compiler::Node* CodeStubAssembler::ElementOffsetFromIndex(Node* index_node, in ElementOffsetFromIndex() function in v8::internal::CodeStubAssembler 2386 Node* offset = ElementOffsetFromIndex(p->slot, FAST_HOLEY_ELEMENTS, in TryMonomorphicCase()
|
D | code-stub-assembler.h | 426 compiler::Node* ElementOffsetFromIndex(compiler::Node* index,
|