Lines Matching refs:Descriptor
778 template <class Descriptor>
780 Register reg, typename Descriptor::ParameterIndices parameter_index,
782 DCHECK(Descriptor::kPassLastArgsOnStack);
783 DCHECK_LT(parameter_index, Descriptor::kParameterCount);
784 DCHECK_LE(Descriptor::kParameterCount - Descriptor::kStackArgumentsCount,
786 int offset = (Descriptor::kParameterCount - parameter_index - 1 +