Home | History | Annotate | Download | only in builtins

Lines Matching refs:Node

20   typedef std::function<Node*(ArrayBuiltinsAssembler* masm, Node* k_value,
21 Node* k)>
30 Node* FindProcessor(Node* k_value, Node* k);
34 Node* FindIndexProcessor(Node* k_value, Node* k);
38 Node* ForEachProcessor(Node* k_value, Node* k);
42 Node* SomeProcessor(Node* k_value, Node* k);
46 Node* EveryProcessor(Node* k_value, Node* k);
50 Node* ReduceProcessor(Node* k_value, Node* k);
56 Node* FilterProcessor(Node* k_value, Node* k);
62 Node* SpecCompliantMapProcessor(Node* k_value, Node* k);
64 Node* FastMapProcessor(Node* k_value, Node* k);
67 Node* TypedArrayMapProcessor(Node* k_value, Node* k);
81 Node* callbackfn() { return callbackfn_; }
82 Node* this_arg() { return this_arg_; }
84 Node* a() { return a_.value(); }
86 void ReturnFromBuiltin(Node* value);
89 TNode<Object> receiver, Node* callbackfn,
90 Node* this_arg, TNode<IntPtrT> argc);
99 TNode<Context> context, TNode<Object> receiver, Node* callbackfn,
100 Node* this_arg, Node* a, TNode<JSReceiver> o, Node* initial_k,
101 TNode<Number> len, Node* to);
133 void GenerateConstructor(Node* context, Node* array_function, Node* array_map,
134 Node* array_size, Node* allocation_site,
151 void VisitAllTypedArrayElements(Node* array_buffer,
176 Node* callbackfn_ = nullptr;
178 Node* this_arg_ = nullptr;
183 Node* fast_typed_array_target_ = nullptr;