Home
last modified time | relevance | path

Searched refs:LoadElement (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Darray-reverse.tq6 macro LoadElement<ElementsAccessor : type extends ElementsKind, T: type>(
9 LoadElement<array::FastPackedSmiElements, Smi>(implicit context: Context)(
15 LoadElement<array::FastPackedObjectElements, JSAny>(implicit context: Context)(
21 LoadElement<array::FastPackedDoubleElements, float64>(
61 const lowerValue: T = LoadElement<Accessor, T>(elements, lower);
62 const upperValue: T = LoadElement<Accessor, T>(elements, upper);
/third_party/node/deps/v8/src/compiler/
Dgraph-assembler.h836 Node* LoadElement(ElementAccess const&, Node* object, Node* index);
838 TNode<T> LoadElement(ElementAccess const& access, TNode<HeapObject> object, in LoadElement() function
843 return TNode<T>::UncheckedCast(LoadElement(access, object, index)); in LoadElement()
Dgraph-assembler.cc227 Node* JSGraphAssembler::LoadElement(ElementAccess const& access, Node* object, in LoadElement() function in v8::internal::compiler::JSGraphAssembler
229 Node* value = AddNode(graph()->NewNode(simplified()->LoadElement(access), in LoadElement()
Djs-call-reducer.cc740 TNode<Object> value = LoadElement<Object>( in SafeLoadElement()
4300 simplified()->LoadElement( in ReduceCallOrConstructWithArrayLikeOrSpread()
5779 simplified()->LoadElement(AccessBuilder::ForFixedArrayElement(kind)), in ReduceArrayPrototypePop()
5910 simplified()->LoadElement( in ReduceArrayPrototypeShift()
5960 graph()->NewNode(simplified()->LoadElement(access), elements, in ReduceArrayPrototypeShift()
6395 simplified()->LoadElement( in ReduceArrayIteratorPrototypeNext()
7368 simplified()->LoadElement(AccessBuilder::ForOrderedHashMapEntryValue()), in ReduceMapPrototypeGet()
7662 simplified()->LoadElement(AccessBuilder::ForFixedArrayElement()), in ReduceCollectionIteratorPrototypeNext()
7704 simplified()->LoadElement( in ReduceCollectionIteratorPrototypeNext()
7715 simplified()->LoadElement( in ReduceCollectionIteratorPrototypeNext()
Djs-native-context-specialization.cc2099 simplified()->LoadElement( in ReduceJSLoadPropertyWithEnumeratedKey()
2995 graph()->NewNode(simplified()->LoadElement(element_access), in BuildElementAccess()
3033 graph()->NewNode(simplified()->LoadElement(element_access), in BuildElementAccess()
3096 graph()->NewNode(simplified()->LoadElement(element_access), in BuildElementAccess()
Dsimplified-operator.h1002 const Operator* LoadElement(ElementAccess const&); in NON_EXPORTED_BASE()
Dopcodes.h430 V(LoadElement) \
Deffect-control-linearizer.cc4021 Node* two_byte_result = __ LoadElement( in LoadFromSeqString()
4026 Node* one_byte_element = __ LoadElement( in LoadFromSeqString()
4056 __ LoadElement(AccessBuilder::ForFixedArrayElement(), cache, index); in LowerStringFromSingleCharCode()
4180 __ LoadElement(AccessBuilder::ForFixedArrayElement(), cache, index); in LowerStringFromSingleCodePoint()
5654 return __ LoadElement(AccessBuilder::ForTypedArrayElement(array_type, true), in LowerLoadTypedElement()
5663 __ LoadElement(AccessBuilder::ForStackArgument(), base, index); in LowerLoadStackArgument()
Djs-typed-lowering.cc1879 simplified()->LoadElement(AccessBuilder::ForFixedArrayElement())); in ReduceJSForInNext()
1886 simplified()->LoadElement(AccessBuilder::ForFixedArrayElement()), in ReduceJSForInNext()
Dsimplified-operator.cc1829 V(LoadElement, ElementAccess, Operator::kNoWrite, 2, 1, 1) \
/third_party/node/deps/v8/src/ic/
Dhandler-configuration.h218 static inline Handle<Smi> LoadElement(Isolate* isolate,
Dhandler-configuration-inl.h114 Handle<Smi> LoadHandler::LoadElement(Isolate* isolate, in LoadElement() function
Dic.cc1395 return LoadHandler::LoadElement(isolate(), elements_kind, false, in LoadElementHandler()
1406 return LoadHandler::LoadElement(isolate(), elements_kind, in LoadElementHandler()