Lines Matching defs:descriptor
1178 return CallStub<T>(callable.descriptor(), target, context, args...);
1182 TNode<T> CallStub(const CallInterfaceDescriptor& descriptor,
1184 return UncheckedCast<T>(CallStubR(StubCallMode::kCallCodeObject, descriptor,
1189 TNode<T> CallBuiltinPointer(const CallInterfaceDescriptor& descriptor,
1193 descriptor, target, context, args...));
1200 TailCallStub(callable.descriptor(), target, context, args...);
1204 void TailCallStub(const CallInterfaceDescriptor& descriptor,
1206 TailCallStubImpl(descriptor, target, context, {args...});
1210 void TailCallBytecodeDispatch(const CallInterfaceDescriptor& descriptor,
1215 const CallInterfaceDescriptor& descriptor, Node* target, Node* context,
1217 TailCallStubThenBytecodeDispatchImpl(descriptor, target, context,
1238 return CAST(CallJSStubImpl(callable.descriptor(), target, CAST(context),
1249 return CallJSStubImpl(callable.descriptor(), target, CAST(context),
1346 void TailCallStubImpl(const CallInterfaceDescriptor& descriptor,
1351 const CallInterfaceDescriptor& descriptor, Node* target, Node* context,
1356 const CallInterfaceDescriptor& descriptor,
1358 return CallStubRImpl(call_mode, descriptor, target, context, {args...});
1362 const CallInterfaceDescriptor& descriptor,
1366 Node* CallJSStubImpl(const CallInterfaceDescriptor& descriptor,
1373 const CallInterfaceDescriptor& descriptor, int input_count,
1604 const CallInterfaceDescriptor& descriptor, CodeKind kind,