• Home
  • Raw
  • Download

Lines Matching refs:ReplaceInput

280     node->ReplaceInput(0, node->InputAt(1));  in ReduceFunctionPrototypeApply()
281 node->ReplaceInput(1, jsgraph()->UndefinedConstant()); in ReduceFunctionPrototypeApply()
300 node->ReplaceInput(0, target); in ReduceFunctionPrototypeApply()
301 node->ReplaceInput(1, this_argument); in ReduceFunctionPrototypeApply()
302 node->ReplaceInput(2, arguments_list); in ReduceFunctionPrototypeApply()
521 node->ReplaceInput(0, node->InputAt(1)); in ReduceFunctionPrototypeCall()
522 node->ReplaceInput(1, jsgraph()->UndefinedConstant()); in ReduceFunctionPrototypeCall()
555 node->ReplaceInput(0, receiver); in ReduceFunctionPrototypeHasInstance()
556 node->ReplaceInput(1, object); in ReduceFunctionPrototypeHasInstance()
557 node->ReplaceInput(2, context); in ReduceFunctionPrototypeHasInstance()
558 node->ReplaceInput(3, frame_state); in ReduceFunctionPrototypeHasInstance()
559 node->ReplaceInput(4, effect); in ReduceFunctionPrototypeHasInstance()
560 node->ReplaceInput(5, control); in ReduceFunctionPrototypeHasInstance()
820 node->ReplaceInput(0, prototype); in ReduceObjectCreate()
821 node->ReplaceInput(1, context); in ReduceObjectCreate()
822 node->ReplaceInput(2, frame_state); in ReduceObjectCreate()
823 node->ReplaceInput(3, effect); in ReduceObjectCreate()
824 node->ReplaceInput(4, control); in ReduceObjectCreate()
998 loop->ReplaceInput(1, control); in WireInLoopEnd()
999 vloop->ReplaceInput(1, k); in WireInLoopEnd()
1000 eloop->ReplaceInput(1, effect); in WireInLoopEnd()
1450 loop->ReplaceInput(1, control); in ReduceArrayReduce()
1451 kloop->ReplaceInput(1, k); in ReduceArrayReduce()
1452 curloop->ReplaceInput(1, cur); in ReduceArrayReduce()
1453 eloop->ReplaceInput(1, effect); in ReduceArrayReduce()
1930 v_to_loop->ReplaceInput(1, to); in ReduceArrayFilter()
2847 loop->ReplaceInput(1, control); in ReduceArraySome()
2848 vloop->ReplaceInput(1, next_k); in ReduceArraySome()
2849 eloop->ReplaceInput(1, effect); in ReduceArraySome()
2961 node->ReplaceInput(1, context); in ReduceCallApiFunction()
2966 node->ReplaceInput(5, receiver); in ReduceCallApiFunction()
2968 node->ReplaceInput(7 + argc, effect); // Update effect input. in ReduceCallApiFunction()
3180 merge->ReplaceInput(1, on_exception); in ReduceCallOrConstructWithArrayLikeOrSpread()
3181 ephi->ReplaceInput(1, on_exception); in ReduceCallOrConstructWithArrayLikeOrSpread()
3182 phi->ReplaceInput(1, on_exception); in ReduceCallOrConstructWithArrayLikeOrSpread()
3998 node->ReplaceInput(0, new_receiver); in ReduceStringPrototypeIndexOf()
3999 node->ReplaceInput(1, new_search_string); in ReduceStringPrototypeIndexOf()
4000 node->ReplaceInput(2, new_position); in ReduceStringPrototypeIndexOf()
4701 loop->ReplaceInput(1, control); in ReduceArrayPrototypeShift()
4702 eloop->ReplaceInput(1, effect); in ReduceArrayPrototypeShift()
4703 index->ReplaceInput(1, in ReduceArrayPrototypeShift()
4865 node->ReplaceInput(0, object); in ReduceArrayIsArray()
4866 node->ReplaceInput(1, context); in ReduceArrayIsArray()
4867 node->ReplaceInput(2, frame_state); in ReduceArrayIsArray()
4868 node->ReplaceInput(3, effect); in ReduceArrayIsArray()
4869 node->ReplaceInput(4, control); in ReduceArrayIsArray()
4895 node->ReplaceInput(0, receiver); in ReduceArrayIterator()
4896 node->ReplaceInput(1, context); in ReduceArrayIterator()
4897 node->ReplaceInput(2, effect); in ReduceArrayIterator()
4898 node->ReplaceInput(3, control); in ReduceArrayIterator()
5276 node->ReplaceInput(0, receiver); in ReduceStringPrototypeToLowerCaseIntl()
5298 node->ReplaceInput(0, receiver); in ReduceStringPrototypeToUpperCaseIntl()
5503 node->ReplaceInput(0, context); in ReduceAsyncFunctionPromiseCreate()
5504 node->ReplaceInput(1, effect); in ReduceAsyncFunctionPromiseCreate()
5996 node->ReplaceInput(2, then_finally); in ReducePromisePrototypeFinally()
5997 node->ReplaceInput(3, catch_finally); in ReducePromisePrototypeFinally()
6119 node->ReplaceInput(0, receiver); in ReducePromiseResolveTrampoline()
6120 node->ReplaceInput(1, value); in ReducePromiseResolveTrampoline()
6121 node->ReplaceInput(2, context); in ReducePromiseResolveTrampoline()
6122 node->ReplaceInput(3, frame_state); in ReducePromiseResolveTrampoline()
6123 node->ReplaceInput(4, effect); in ReducePromiseResolveTrampoline()
6124 node->ReplaceInput(5, control); in ReducePromiseResolveTrampoline()
6520 loop->ReplaceInput(1, control); in ReduceCollectionIteratorPrototypeNext()
6521 eloop->ReplaceInput(1, effect); in ReduceCollectionIteratorPrototypeNext()
6692 loop->ReplaceInput(1, graph()->NewNode(common()->IfTrue(), branch1)); in ReduceCollectionIteratorPrototypeNext()
6693 eloop->ReplaceInput(1, etrue0); in ReduceCollectionIteratorPrototypeNext()
6694 iloop->ReplaceInput(1, index); in ReduceCollectionIteratorPrototypeNext()
6712 node->ReplaceInput(0, value); in ReduceArrayBufferIsView()
7135 node->ReplaceInput(0, object); in ReduceNumberParseInt()
7136 node->ReplaceInput(1, radix); in ReduceNumberParseInt()
7137 node->ReplaceInput(2, context); in ReduceNumberParseInt()
7138 node->ReplaceInput(3, frame_state); in ReduceNumberParseInt()
7139 node->ReplaceInput(4, effect); in ReduceNumberParseInt()
7140 node->ReplaceInput(5, control); in ReduceNumberParseInt()
7230 node->ReplaceInput(0, regexp); in ReduceRegExpPrototypeTest()
7231 node->ReplaceInput(1, search_string); in ReduceRegExpPrototypeTest()
7232 node->ReplaceInput(2, context); in ReduceRegExpPrototypeTest()
7233 node->ReplaceInput(3, frame_state); in ReduceRegExpPrototypeTest()
7234 node->ReplaceInput(4, effect); in ReduceRegExpPrototypeTest()
7235 node->ReplaceInput(5, control); in ReduceRegExpPrototypeTest()