/external/v8/src/compiler/ |
D | js-generic-lowering.cc | 218 node->InsertInput(zone(), 0, stub_code); in ReplaceWithStubCall() 233 node->InsertInput(zone(), 0, jsgraph()->CEntryStubConstant(fun->result_size)); in ReplaceWithRuntimeCall() 234 node->InsertInput(zone(), nargs + 1, ref); in ReplaceWithRuntimeCall() 235 node->InsertInput(zone(), nargs + 2, arity); in ReplaceWithRuntimeCall() 286 node->InsertInput(zone(), 2, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSLoadProperty() 296 node->InsertInput(zone(), 1, jsgraph()->HeapConstant(p.name())); in LowerJSLoadNamed() 297 node->InsertInput(zone(), 2, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSLoadNamed() 319 node->InsertInput(zone(), 0, global); in LowerJSLoadGlobal() 320 node->InsertInput(zone(), 1, jsgraph()->HeapConstant(p.name())); in LowerJSLoadGlobal() 321 node->InsertInput(zone(), 2, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSLoadGlobal() [all …]
|
D | js-typed-lowering.cc | 475 node->InsertInput(graph()->zone(), 0, in ReduceJSAdd() 651 node->InsertInput(graph()->zone(), 0, in ReduceJSEqual() 1537 node->InsertInput(graph()->zone(), 0, stub_code); in ReduceJSCreateArguments() 1538 node->InsertInput(graph()->zone(), 2, in ReduceJSCreateArguments() 1540 node->InsertInput(graph()->zone(), 3, parameter_pointer); in ReduceJSCreateArguments() 1550 node->InsertInput(graph()->zone(), 0, stub_code); in ReduceJSCreateArguments() 1552 node->InsertInput(graph()->zone(), 2, parameter_pointer); in ReduceJSCreateArguments() 1553 node->InsertInput(graph()->zone(), 3, in ReduceJSCreateArguments() 1782 node->InsertInput(graph()->zone(), 2, jsgraph()->HeapConstant(site)); in ReduceJSCreateArray() 1783 node->InsertInput(graph()->zone(), 3, jsgraph()->UndefinedConstant()); in ReduceJSCreateArray() [all …]
|
D | change-lowering.cc | 487 node->InsertInput(graph()->zone(), 1, offset); in LoadField() 500 node->InsertInput(graph()->zone(), 1, offset); in StoreField() 563 node->InsertInput(graph()->zone(), 0, target); in Allocate() 564 node->InsertInput(graph()->zone(), 2, jsgraph()->NoContextConstant()); in Allocate() 575 node->InsertInput(graph()->zone(), 0, jsgraph()->CEntryStubConstant(1)); in Allocate() 576 node->InsertInput(graph()->zone(), 2, jsgraph()->SmiConstant(flags)); in Allocate() 577 node->InsertInput(graph()->zone(), 3, jsgraph()->ExternalConstant(ref)); in Allocate() 578 node->InsertInput(graph()->zone(), 4, jsgraph()->Int32Constant(2)); in Allocate() 579 node->InsertInput(graph()->zone(), 5, jsgraph()->NoContextConstant()); in Allocate()
|
D | tail-call-optimization.cc | 70 node->InsertInput(graph()->zone(), index, in Reduce()
|
D | js-call-reducer.cc | 154 node->InsertInput(graph()->zone(), static_cast<int>(arity), in ReduceFunctionPrototypeApply() 285 node->InsertInput( in ReduceJSCallFunction()
|
D | node.cc | 184 void Node::InsertInput(Zone* zone, int index, Node* new_to) { in InsertInput() function in v8::internal::compiler::Node
|
D | node.h | 102 void InsertInput(Zone* zone, int index, Node* new_to);
|
D | js-inlining.cc | 473 node->InsertInput(jsgraph_->graph()->zone(), 1, receiver); in ReduceJSCall()
|
D | js-intrinsic-lowering.cc | 669 node->InsertInput(graph()->zone(), 0, in Change()
|
D | bytecode-graph-builder.cc | 2003 value->InsertInput(graph_zone(), inputs - 1, other); in MergeEffect() 2020 value->InsertInput(graph_zone(), inputs - 1, other); in MergeValue()
|
D | escape-analysis.cc | 399 rep->InsertInput(graph->zone(), n, cache->fields()[n]); in MergeFrom()
|
D | simplified-lowering.cc | 1117 node->InsertInput(jsgraph_->zone(), 0, in VisitNode()
|
D | wasm-compiler.cc | 333 phi->InsertInput(jsgraph()->zone(), phi->InputCount() - 1, from); in AppendToPhi()
|
D | ast-graph-builder.cc | 4337 value->InsertInput(graph_zone(), inputs - 1, other); in MergeEffect() 4353 value->InsertInput(graph_zone(), inputs - 1, other); in MergeValue()
|
/external/v8/test/unittests/compiler/ |
D | branch-elimination-unittest.cc | 185 effect->InsertInput(zone(), 1, effect); in TEST_F()
|