Lines Matching refs:Descriptor
767 template <class Descriptor>
769 Register reg, typename Descriptor::ParameterIndices parameter_index,
771 DCHECK(Descriptor::kPassLastArgsOnStack);
772 DCHECK_LT(parameter_index, Descriptor::kParameterCount);
773 DCHECK_LE(Descriptor::kParameterCount - Descriptor::kStackArgumentsCount,
775 int offset = (Descriptor::kParameterCount - parameter_index - 1 +