Lines Matching refs:LoadElements
1032 Node* prototype_elements = LoadElements(prototype); in BranchIfPrototypesHaveNoElements()
1548 TNode<FixedArrayBase> CodeStubAssembler::LoadElements( in LoadElements() function in v8::internal::CodeStubAssembler
2894 VARIABLE(var_elements, MachineRepresentation::kTagged, LoadElements(array)); in BuildAppendJSArray()
2958 VARIABLE(var_elements, MachineRepresentation::kTagged, LoadElements(array)); in BuildAppendJSArray()
3944 ExtractFixedArray(LoadElements(array), begin, count, capacity, in ExtractFastJSArray()
3961 LoadElements(array), IntPtrOrSmiConstant(0, mode), in CloneFastJSArray()
8689 TNode<FixedArray> elements = CAST(LoadElements(object)); in TryLookupElement()
8700 TNode<FixedArrayBase> elements = LoadElements(object); in TryLookupElement()
8717 TNode<NumberDictionary> elements = CAST(LoadElements(object)); in TryLookupElement()
9227 TNode<FixedArray> elements = CAST(LoadElements(receiver)); in EmitKeyedSloppyArguments()
9554 Node* elements = LoadElements(object); in EmitElementStore()
9752 Node* elements = LoadElements(object); in TransitionElementsKind()