Lines Matching refs:Node
48 Reduction Reduce(Node* node) final;
51 Reduction ReduceJSCreate(Node* node);
52 Reduction ReduceJSCreateArguments(Node* node);
53 Reduction ReduceJSCreateArray(Node* node);
54 Reduction ReduceJSCreateArrayIterator(Node* node);
55 Reduction ReduceJSCreateCollectionIterator(Node* node);
56 Reduction ReduceJSCreateBoundFunction(Node* node);
57 Reduction ReduceJSCreateClosure(Node* node);
58 Reduction ReduceJSCreateIterResultObject(Node* node);
59 Reduction ReduceJSCreateStringIterator(Node* node);
60 Reduction ReduceJSCreateKeyValueArray(Node* node);
61 Reduction ReduceJSCreatePromise(Node* node);
62 Reduction ReduceJSCreateLiteralArrayOrObject(Node* node);
63 Reduction ReduceJSCreateEmptyLiteralObject(Node* node);
64 Reduction ReduceJSCreateEmptyLiteralArray(Node* node);
65 Reduction ReduceJSCreateLiteralRegExp(Node* node);
66 Reduction ReduceJSCreateFunctionContext(Node* node);
67 Reduction ReduceJSCreateWithContext(Node* node);
68 Reduction ReduceJSCreateCatchContext(Node* node);
69 Reduction ReduceJSCreateBlockContext(Node* node);
70 Reduction ReduceJSCreateGeneratorObject(Node* node);
72 Node* node, Node* length, MapRef initial_map, PretenureFlag pretenure,
75 Node* node, Node* length, int capacity, MapRef initial_map,
79 Node* node, std::vector<Node*> values, MapRef initial_map,
82 Reduction ReduceJSCreateObject(Node* node);
84 Node* AllocateArguments(Node* effect, Node* control, Node* frame_state);
85 Node* AllocateRestArguments(Node* effect, Node* control, Node* frame_state,
87 Node* AllocateAliasedArguments(Node* effect, Node* control, Node* frame_state,
88 Node* context,
91 Node* AllocateAliasedArguments(Node* effect, Node* control, Node* context,
92 Node* arguments_frame, Node* arguments_length,
95 Node* AllocateElements(Node* effect, Node* control,
98 Node* AllocateElements(Node* effect, Node* control,
99 ElementsKind elements_kind, Node* capacity_and_length);
100 Node* AllocateElements(Node* effect, Node* control,
102 std::vector<Node*> const& values,
104 Node* AllocateFastLiteral(Node* effect, Node* control,
106 Node* AllocateFastLiteralElements(Node* effect, Node* control,
109 Node* AllocateLiteralRegExp(Node* effect, Node* control,
112 Reduction ReduceNewArrayToStubCall(Node* node,