/third_party/node/deps/v8/src/builtins/ |
D | array-reverse.tq | 6 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/ |
D | graph-assembler.h | 836 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()
|
D | graph-assembler.cc | 227 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()
|
D | js-call-reducer.cc | 740 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()
|
D | js-native-context-specialization.cc | 2099 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()
|
D | simplified-operator.h | 1002 const Operator* LoadElement(ElementAccess const&); in NON_EXPORTED_BASE()
|
D | opcodes.h | 430 V(LoadElement) \
|
D | effect-control-linearizer.cc | 4021 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()
|
D | js-typed-lowering.cc | 1879 simplified()->LoadElement(AccessBuilder::ForFixedArrayElement())); in ReduceJSForInNext() 1886 simplified()->LoadElement(AccessBuilder::ForFixedArrayElement()), in ReduceJSForInNext()
|
D | simplified-operator.cc | 1829 V(LoadElement, ElementAccess, Operator::kNoWrite, 2, 1, 1) \
|
/third_party/node/deps/v8/src/ic/ |
D | handler-configuration.h | 218 static inline Handle<Smi> LoadElement(Isolate* isolate,
|
D | handler-configuration-inl.h | 114 Handle<Smi> LoadHandler::LoadElement(Isolate* isolate, in LoadElement() function
|
D | ic.cc | 1395 return LoadHandler::LoadElement(isolate(), elements_kind, false, in LoadElementHandler() 1406 return LoadHandler::LoadElement(isolate(), elements_kind, in LoadElementHandler()
|