Lines Matching refs:Node
47 Reduction Reduce(Node* node) final;
50 Reduction ReduceJSCreate(Node* node);
51 Reduction ReduceJSCreateArguments(Node* node);
52 Reduction ReduceJSCreateArray(Node* node);
53 Reduction ReduceJSCreateIterResultObject(Node* node);
54 Reduction ReduceJSCreateKeyValueArray(Node* node);
55 Reduction ReduceJSCreateLiteral(Node* node);
56 Reduction ReduceJSCreateFunctionContext(Node* node);
57 Reduction ReduceJSCreateWithContext(Node* node);
58 Reduction ReduceJSCreateCatchContext(Node* node);
59 Reduction ReduceJSCreateBlockContext(Node* node);
60 Reduction ReduceNewArray(Node* node, Node* length, int capacity,
63 Node* AllocateArguments(Node* effect, Node* control, Node* frame_state);
64 Node* AllocateRestArguments(Node* effect, Node* control, Node* frame_state,
66 Node* AllocateAliasedArguments(Node* effect, Node* control, Node* frame_state,
67 Node* context, Handle<SharedFunctionInfo>,
69 Node* AllocateElements(Node* effect, Node* control,
72 Node* AllocateFastLiteral(Node* effect, Node* control,
75 Node* AllocateFastLiteralElements(Node* effect, Node* control,
80 Reduction ReduceNewArrayToStubCall(Node* node, Handle<AllocationSite> site);
82 // Infers the FeedbackVector to use for a given {node}.
83 MaybeHandle<FeedbackVector> GetSpecializationFeedbackVector(Node* node);