Searched refs:kMaxNumArgs (Results 1 – 1 of 1) sorted by relevance
1097 constexpr size_t kMaxNumArgs = 6; in CallRuntimeWithCEntryImpl() local1098 DCHECK_GE(kMaxNumArgs, args.size()); in CallRuntimeWithCEntryImpl()1107 NodeArray<kMaxNumArgs + 4> inputs; in CallRuntimeWithCEntryImpl()1133 constexpr size_t kMaxNumArgs = 6; in TailCallRuntimeWithCEntryImpl() local1134 DCHECK_GE(kMaxNumArgs, args.size()); in TailCallRuntimeWithCEntryImpl()1142 NodeArray<kMaxNumArgs + 4> inputs; in TailCallRuntimeWithCEntryImpl()1179 constexpr size_t kMaxNumArgs = 11; in TailCallStubImpl() local1180 DCHECK_GE(kMaxNumArgs, args.size()); in TailCallStubImpl()1186 NodeArray<kMaxNumArgs + 2> inputs; in TailCallStubImpl()1200 constexpr size_t kMaxNumArgs = 10; in CallStubRImpl() local[all …]