Home | History | Annotate | Download | only in x87

Lines Matching refs:Descriptor

713   template <class Descriptor>
715 Register reg, typename Descriptor::ParameterIndices parameter_index,
717 DCHECK(Descriptor::kPassLastArgsOnStack);
718 DCHECK_LT(parameter_index, Descriptor::kParameterCount);
719 DCHECK_LE(Descriptor::kParameterCount - Descriptor::kStackArgumentsCount,
721 int offset = (Descriptor::kParameterCount - parameter_index - 1 +