Lines Matching refs:Node
10 typedef compiler::Node Node;
19 Node* EmitFastNewStrictArguments(Node* context, Node* function);
20 Node* EmitFastNewSloppyArguments(Node* context, Node* function);
21 Node* EmitFastNewRestParameter(Node* context, Node* function);
28 std::tuple<Node*, Node*, Node*> GetArgumentsFrameAndCount(Node* function,
36 std::tuple<Node*, Node*, Node*> AllocateArgumentsObject(
37 Node* map, Node* arguments, Node* mapped_arguments,
47 Node* ConstructParametersObjectFromArgs(Node* map, Node* frame_ptr,
48 Node* arg_count, Node* first_arg,
49 Node* rest_count,