Home | History | Annotate | Download | only in compiler

Lines Matching refs:Node

35   Reduction Reduce(Node* node) final;
39 Reduction ReduceJSCall(Node* node);
53 bool DetermineCallTarget(Node* node,
55 void DetermineCallContext(Node* node, Node*& context_out,
58 Node* CreateArtificialFrameState(Node* node, Node* outer_frame_state,
63 Node* CreateTailCallerFrameState(Node* node, Node* outer_frame_state);
65 Reduction InlineCall(Node* call, Node* new_target, Node* context,
66 Node* frame_state, Node* start, Node* end,
67 Node* exception_target,