Lines Matching refs:Node

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