Lines Matching defs:target
1177 TNode<CodeT> target = HeapConstant(callable.code());
1178 return CallStub<T>(callable.descriptor(), target, context, args...);
1183 TNode<CodeT> target, TNode<Object> context, TArgs... args) {
1185 target, context, args...));
1190 TNode<BuiltinPtr> target, TNode<Object> context,
1193 descriptor, target, context, args...));
1199 TNode<CodeT> target = HeapConstant(callable.code());
1200 TailCallStub(callable.descriptor(), target, context, args...);
1205 TNode<CodeT> target, TNode<Object> context, TArgs... args) {
1206 TailCallStubImpl(descriptor, target, context, {args...});
1211 TNode<RawPtrT> target, TArgs... args);
1215 const CallInterfaceDescriptor& descriptor, Node* target, Node* context,
1217 TailCallStubThenBytecodeDispatchImpl(descriptor, target, context,
1237 TNode<CodeT> target = HeapConstant(callable.code());
1238 return CAST(CallJSStubImpl(callable.descriptor(), target, CAST(context),
1248 TNode<CodeT> target = HeapConstant(callable.code());
1249 return CallJSStubImpl(callable.descriptor(), target, CAST(context),
1347 TNode<CodeT> target, TNode<Object> context,
1351 const CallInterfaceDescriptor& descriptor, Node* target, Node* context,
1357 TNode<Object> target, TNode<Object> context, TArgs... args) {
1358 return CallStubRImpl(call_mode, descriptor, target, context, {args...});
1363 TNode<Object> target, TNode<Object> context,
1367 TNode<Object> target, TNode<Object> context,