Searched refs:LoadElement (Results 1 – 7 of 7) sorted by relevance
/external/v8/test/cctest/compiler/ |
D | simplified-graph-builder.h | 130 Node* LoadElement(const ElementAccess& access, Node* object, Node* index, in LoadElement() function 132 return NewNode(simplified()->LoadElement(access), object, index, length); in LoadElement()
|
D | test-simplified-lowering.cc | 210 Node* load = t.LoadElement(access, t.Parameter(0), t.Int32Constant(0), in TEST() 242 t.LoadElement(buffer_access, backing_store, t.Int32Constant(index), in TEST() 332 Node* load = t.LoadElement( in TEST() 430 Node* load = t.LoadElement(access, ptr, t.Int32Constant(from_index), in RunCopyElement() 487 Node* load = t.LoadElement(this->GetElementAccess(), src, index); in RunCopyElements() 1356 t.graph()->NewNode(t.simplified()->LoadElement(access), t.p0, t.p1, in TEST() 1404 Node* load = t.graph()->NewNode(t.simplified()->LoadElement(access), t.p0, in TEST() 1442 Node* load = t.graph()->NewNode(t.simplified()->LoadElement(access), t.p0, in TEST()
|
/external/v8/src/compiler/ |
D | simplified-operator-unittest.cc | 176 TEST_P(SimplifiedElementAccessOperatorTest, LoadElement) { in TEST_P() argument 179 const Operator* op = simplified.LoadElement(access); in TEST_P()
|
D | simplified-operator.h | 134 const Operator* LoadElement(ElementAccess const&);
|
D | simplified-operator.cc | 128 V(LoadElement, ElementAccess, Operator::kNoWrite, 3, 1) \
|
D | opcodes.h | 160 V(LoadElement) \
|
D | js-typed-lowering.cc | 559 graph()->NewNode(simplified()->LoadElement(element_access), elements, in ReduceJSLoadProperty()
|