Lines Matching refs:TNode
72 void FillFixedArrayWithSmiZero(TNode<FixedArray> array,
73 TNode<Smi> smi_length);
76 TNode<Context> context() { return context_; } in context()
77 TNode<Object> receiver() { return receiver_; } in receiver()
78 TNode<IntPtrT> argc() { return argc_; } in argc()
79 TNode<JSReceiver> o() { return o_; } in o()
80 TNode<Number> len() { return len_; } in len()
83 TNode<Number> k() { return CAST(k_.value()); } in k()
88 void InitIteratingArrayBuiltinBody(TNode<Context> context,
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);
114 const Callable& callable, TNode<Context> context,
115 TNode<JSFunction> target, TNode<HeapObject> allocation_site_or_undefined,
116 TNode<Int32T> argc);
119 TNode<Context> context, TNode<JSFunction> target, TNode<Int32T> argc,
121 TNode<AllocationSite> allocation_site = TNode<AllocationSite>());
124 TNode<Context> context, TNode<JSFunction> target, TNode<Int32T> argc,
126 TNode<AllocationSite> allocation_site = TNode<AllocationSite>());
129 TNode<Context> context, TNode<JSFunction> target, TNode<Int32T> argc,
131 TNode<AllocationSite> allocation_site = TNode<AllocationSite>());
141 TNode<Context> context, TNode<JSFunction> target,
142 TNode<Object> new_target, TNode<Int32T> argc,
143 TNode<HeapObject> maybe_allocation_site);
154 TNode<JSTypedArray> typed_array);
161 TNode<Smi> length);
174 void GenerateArraySpeciesCreate(TNode<Number> len);
177 TNode<JSReceiver> o_;
179 TNode<Number> len_;
180 TNode<Context> context_;
181 TNode<Object> receiver_;
182 TNode<IntPtrT> argc_;