Home
last modified time | relevance | path

Searched refs:InsertInput (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/compiler/
Djs-generic-lowering.cc218 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 …]
Djs-typed-lowering.cc475 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 …]
Dchange-lowering.cc487 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()
Dtail-call-optimization.cc70 node->InsertInput(graph()->zone(), index, in Reduce()
Djs-call-reducer.cc154 node->InsertInput(graph()->zone(), static_cast<int>(arity), in ReduceFunctionPrototypeApply()
285 node->InsertInput( in ReduceJSCallFunction()
Dnode.cc184 void Node::InsertInput(Zone* zone, int index, Node* new_to) { in InsertInput() function in v8::internal::compiler::Node
Dnode.h102 void InsertInput(Zone* zone, int index, Node* new_to);
Djs-inlining.cc473 node->InsertInput(jsgraph_->graph()->zone(), 1, receiver); in ReduceJSCall()
Djs-intrinsic-lowering.cc669 node->InsertInput(graph()->zone(), 0, in Change()
Dbytecode-graph-builder.cc2003 value->InsertInput(graph_zone(), inputs - 1, other); in MergeEffect()
2020 value->InsertInput(graph_zone(), inputs - 1, other); in MergeValue()
Descape-analysis.cc399 rep->InsertInput(graph->zone(), n, cache->fields()[n]); in MergeFrom()
Dsimplified-lowering.cc1117 node->InsertInput(jsgraph_->zone(), 0, in VisitNode()
Dwasm-compiler.cc333 phi->InsertInput(jsgraph()->zone(), phi->InputCount() - 1, from); in AppendToPhi()
Dast-graph-builder.cc4337 value->InsertInput(graph_zone(), inputs - 1, other); in MergeEffect()
4353 value->InsertInput(graph_zone(), inputs - 1, other); in MergeValue()
/external/v8/test/unittests/compiler/
Dbranch-elimination-unittest.cc185 effect->InsertInput(zone(), 1, effect); in TEST_F()