Lines Matching refs:InsertInput

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()
333 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSStoreProperty()
344 node->InsertInput(zone(), 1, jsgraph()->HeapConstant(p.name())); in LowerJSStoreNamed()
346 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSStoreNamed()
369 node->InsertInput(zone(), 0, global); in LowerJSStoreGlobal()
370 node->InsertInput(zone(), 1, jsgraph()->HeapConstant(p.name())); in LowerJSStoreGlobal()
372 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSStoreGlobal()
445 node->InsertInput(zone(), 1, jsgraph()->Constant(access.name())); in LowerJSLoadDynamic()
466 node->InsertInput(zone(), 1, jsgraph()->Constant(p.start_index())); in LowerJSCreateArguments()
487 node->InsertInput(zone(), 1 + arity, new_target); in LowerJSCreateArray()
488 node->InsertInput(zone(), 2 + arity, type_info); in LowerJSCreateArray()
495 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(p.shared_info())); in LowerJSCreateClosure()
509 node->InsertInput(zone(), 1, jsgraph()->SmiConstant(p.index())); in LowerJSCreateLiteralArray()
510 node->InsertInput(zone(), 2, jsgraph()->HeapConstant(p.constant())); in LowerJSCreateLiteralArray()
511 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.flags())); in LowerJSCreateLiteralArray()
518 node->InsertInput(zone(), 1, jsgraph()->SmiConstant(p.index())); in LowerJSCreateLiteralObject()
519 node->InsertInput(zone(), 2, jsgraph()->HeapConstant(p.constant())); in LowerJSCreateLiteralObject()
520 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.flags())); in LowerJSCreateLiteralObject()
532 node->InsertInput(graph()->zone(), 1, literal_index); in LowerJSCreateLiteralRegExp()
533 node->InsertInput(graph()->zone(), 2, pattern); in LowerJSCreateLiteralRegExp()
534 node->InsertInput(graph()->zone(), 3, literal_flags); in LowerJSCreateLiteralRegExp()
541 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(name)); in LowerJSCreateCatchContext()
548 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(scope_info)); in LowerJSCreateBlockContext()
555 node->InsertInput(zone(), 1, jsgraph()->HeapConstant(scope_info)); in LowerJSCreateScriptContext()
572 node->InsertInput(zone(), 0, stub_code); in LowerJSCallConstruct()
573 node->InsertInput(zone(), 2, new_target); in LowerJSCallConstruct()
574 node->InsertInput(zone(), 3, stub_arity); in LowerJSCallConstruct()
575 node->InsertInput(zone(), 4, receiver); in LowerJSCallConstruct()
593 node->InsertInput(zone(), 0, stub_code); in LowerJSCallFunction()
594 node->InsertInput(zone(), 2, stub_arity); in LowerJSCallFunction()
796 node->InsertInput(zone(), 0, jsgraph()->ExternalConstant(message_address)); in LowerJSLoadMessage()
797 node->InsertInput(zone(), 1, jsgraph()->IntPtrConstant(0)); in LowerJSLoadMessage()
806 node->InsertInput(zone(), 0, jsgraph()->ExternalConstant(message_address)); in LowerJSStoreMessage()
807 node->InsertInput(zone(), 1, jsgraph()->IntPtrConstant(0)); in LowerJSStoreMessage()