/external/v8/test/unittests/compiler/ |
D | load-elimination-unittest.cc | 43 Node* store1 = graph()->NewNode(simplified()->StoreField(access1), object1, in TEST_F() 51 Node* store2 = graph()->NewNode(simplified()->StoreField(access2), object1, in TEST_F()
|
D | change-lowering-unittest.cc | 190 Node* store = graph()->NewNode(simplified()->StoreField(access), p0, p1, in TARGET_TEST_P() 209 Node* store = graph()->NewNode(simplified()->StoreField(access), p0, p1, in TARGET_TEST_P()
|
D | escape-analysis-unittest.cc | 84 return effect_ = graph()->NewNode(simplified()->StoreField(access), in Store()
|
/external/v8/src/compiler/ |
D | change-lowering.h | 54 Reduction StoreField(Node* node);
|
D | js-global-object-specialization.cc | 239 simplified()->StoreField( in ReduceJSStoreGlobal() 256 simplified()->StoreField(AccessBuilder::ForPropertyCellValue()), in ReduceJSStoreGlobal()
|
D | simplified-operator.h | 176 const Operator* StoreField(FieldAccess const&);
|
D | js-native-context-specialization.cc | 300 simplified()->StoreField(AccessBuilder::ForHeapNumberValue()), in ReduceNamedAccess() 369 simplified()->StoreField(AccessBuilder::ForMap()), this_receiver, in ReduceNamedAccess() 372 this_effect = graph()->NewNode(simplified()->StoreField(field_access), in ReduceNamedAccess() 588 simplified()->StoreField(AccessBuilder::ForMap()), receiver, in ReduceElementAccess()
|
D | change-lowering.cc | 45 return StoreField(node); in Reduce() 493 Reduction ChangeLowering::StoreField(Node* node) { in StoreField() function in v8::internal::compiler::ChangeLowering
|
D | simplified-operator.cc | 298 V(StoreField, FieldAccess, Operator::kNoRead, 2, 1, 0) \
|
D | opcodes.h | 201 V(StoreField) \
|
D | js-intrinsic-lowering.cc | 187 Node* store = graph()->NewNode(simplified()->StoreField(access), cnt, inc, in ReduceIncrementStatsCounter()
|
D | js-typed-lowering.cc | 46 effect_ = graph()->NewNode(simplified()->StoreField(access), allocation_, in Store() 1324 simplified()->StoreField(AccessBuilder::ForContextSlot(access.index()))); in ReduceJSStoreContext()
|
/external/v8/test/cctest/compiler/ |
D | graph-builder-tester.h | 181 Node* StoreField(const FieldAccess& access, Node* object, Node* value) { in StoreField() function 182 return NewNode(simplified()->StoreField(access), object, value); in StoreField()
|
D | test-simplified-lowering.cc | 109 t.StoreField(store, t.PointerConstant(&result), convert); in TEST() 136 t.StoreField(store, t.PointerConstant(&result), convert); in TEST() 179 t.StoreField(access, t.Parameter(1), t.Parameter(0)); in TEST() 215 t.StoreField(access, t.Parameter(1), load); in TEST() 321 t.StoreField(access, t.PointerConstant(smis), p0); in TEST() 459 t.StoreField(to_access, ptr, load); in RunCopyField() 650 t.StoreField(access, alloc, map); in TEST() 1366 Node* store = t.graph()->NewNode(t.simplified()->StoreField(access), t.p0, in TEST() 1389 Node* store = t.graph()->NewNode(t.simplified()->StoreField(access), t.p0, in TEST() 1560 Node* store = t.graph()->NewNode(t.simplified()->StoreField(access), t.p0, in TEST()
|
/external/v8/src/ |
D | code-stubs.h | 109 V(StoreField) \ 1138 DEFINE_HANDLER_CODE_STUB(StoreField, HandlerStub);
|