Lines Matching refs:Node
13 typedef compiler::Node Node;
22 Node* EmitFastNewStrictArguments(Node* context, Node* function);
23 Node* EmitFastNewSloppyArguments(Node* context, Node* function);
24 Node* EmitFastNewRestParameter(Node* context, Node* function);
31 std::tuple<Node*, Node*, Node*> GetArgumentsFrameAndCount(Node* function,
39 std::tuple<Node*, Node*, Node*> AllocateArgumentsObject(
40 Node* map, Node* arguments, Node* mapped_arguments,
50 Node* ConstructParametersObjectFromArgs(Node* map, Node* frame_ptr,
51 Node* arg_count, Node* first_arg,
52 Node* rest_count,