Home
last modified time | relevance | path

Searched refs:LoadElement (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Dhandler-configuration.h218 static inline Handle<Smi> LoadElement(Isolate* isolate,
H A Dhandler-configuration-inl.h114 Handle<Smi> LoadHandler::LoadElement(Isolate* isolate, in LoadElement() function in v8::internal::LoadHandler
H A Dic.cc1395 return LoadHandler::LoadElement(isolate(), elements_kind, false, in LoadElementHandler()
1406 return LoadHandler::LoadElement(isolate(), elements_kind, in LoadElementHandler()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.h836 Node* LoadElement(ElementAccess const&, Node* object, Node* index);
838 TNode<T> LoadElement(ElementAccess const& access, TNode<HeapObject> object, in LoadElement() function in v8::internal::compiler::JSGraphAssembler
843 return TNode<T>::UncheckedCast(LoadElement(access, object, index)); in LoadElement()
H A 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()
H A Djs-call-reducer.cc740 TNode<Object> value = LoadElement<Object>( in SafeLoadElement()
3886 // {LoadElement}.
4274 // LoadElement nodes.
4300 simplified()->LoadElement(
5779 simplified()->LoadElement(AccessBuilder::ForFixedArrayElement(kind)),
5910 simplified()->LoadElement(
5960 graph()->NewNode(simplified()->LoadElement(access), elements,
6395 simplified()->LoadElement(
7368 simplified()->LoadElement(AccessBuilder::ForOrderedHashMapEntryValue()),
7662 simplified()->LoadElement(AccessBuilde
[all...]
H A 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()
H A Dsimplified-operator.h1002 const Operator* LoadElement(ElementAccess const&);
H A Dopcodes.h430 V(LoadElement) \
H A 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()
H A Djs-typed-lowering.cc1867 // Since the change to LoadElement() below is effectful, we connect in ReduceJSForInNext()
1871 // Morph the {node} into a LoadElement. in ReduceJSForInNext()
1879 simplified()->LoadElement(AccessBuilder::ForFixedArrayElement())); in ReduceJSForInNext()
1886 simplified()->LoadElement(AccessBuilder::ForFixedArrayElement()), in ReduceJSForInNext()
H A Dsimplified-operator.cc1829 V(LoadElement, ElementAccess, Operator::kNoWrite, 2, 1, 1) \

Completed in 45 milliseconds