Lines Matching refs:ReplaceInput
55 node->ReplaceInput(0, test); in Reduce()
204 node->ReplaceInput(0, booleanize); in ReplaceWithCompareIC()
205 node->ReplaceInput(1, true_value); in ReplaceWithCompareIC()
206 node->ReplaceInput(2, false_value); in ReplaceWithCompareIC()
401 node->ReplaceInput( in LowerJSLoadContext()
409 node->ReplaceInput(1, jsgraph()->Int32Constant(Context::SlotOffset( in LowerJSLoadContext()
419 node->ReplaceInput( in LowerJSStoreContext()
427 node->ReplaceInput(2, NodeProperties::GetValueInput(node, 1)); in LowerJSStoreContext()
428 node->ReplaceInput(1, jsgraph()->Int32Constant(Context::SlotOffset( in LowerJSStoreContext()
447 projection->ReplaceInput(0, node); in LowerJSLoadDynamic()
851 merge->ReplaceInput(1, use); in LowerJSStackCheck()