Lines Matching defs:descriptor
1699 return os << p.feedback() << ", " << p.descriptor();
1709 p.descriptor());
1716 lhs.descriptor() == rhs.descriptor();
1914 FeedbackSource const& feedback, CallDescriptor* descriptor) {
1929 static_cast<int>(descriptor->ParameterCount()) + // slow call
1934 FastApiCallParameters(c_functions, feedback, descriptor));
1952 CallDescriptor* descriptor = p.descriptor();
1953 CHECK_NOT_NULL(descriptor);
1954 return static_cast<int>(descriptor->ParameterCount()) +