Lines Matching refs:RemoveInput
284 node->RemoveInput(0); in ReduceFunctionPrototypeApply()
303 while (arity-- > 3) node->RemoveInput(3); in ReduceFunctionPrototypeApply()
526 node->RemoveInput(0); in ReduceFunctionPrototypeCall()
747 node->RemoveInput(i); in ReduceObjectPrototypeIsPrototypeOf()
760 node->RemoveInput(0); in ReduceReflectApply()
761 node->RemoveInput(0); in ReduceReflectApply()
766 node->RemoveInput(arity); in ReduceReflectApply()
781 node->RemoveInput(0); in ReduceReflectConstruct()
782 node->RemoveInput(0); in ReduceReflectConstruct()
790 node->RemoveInput(arity); in ReduceReflectConstruct()
2967 node->RemoveInput(6 + argc); // Remove context input. in ReduceCallApiFunction()
3105 node->RemoveInput(arity--); in ReduceCallOrConstructWithArrayLikeOrSpread()
3870 for (int i = arity; i > 0; --i) node->RemoveInput(i); in ReduceJSConstruct()
5840 for (; arity > 1; --arity) node->RemoveInput(3); in ReducePromisePrototypeCatch()
5993 for (; arity > 2; --arity) node->RemoveInput(2); in ReducePromisePrototypeFinally()