Home | History | Annotate | Download | only in oo

Lines Matching full:argcount

209     const char* returnType, size_t argCount, const char** argTypes)
224 if (dexProtoGetParameterCount(proto) != argCount) {
230 for (/*argCount*/; argCount != 0; argCount--, argTypes++) {
243 if (argCount == 0) {
332 size_t argCount, const char* descriptor)
340 for (i = 0; i < argCount; i++) {
369 size_t argCount = countArgsAndFindReturnType(descriptor, &returnType);
381 char buffer[argCount + (returnType - descriptor) - 2];
382 const char* argTypes[argCount];
384 copyTypes(buffer, argTypes, argCount, descriptor);
401 if (compareMethodHelper(method, name, returnType, argCount,