Home | History | Annotate | Download | only in reflect

Lines Matching refs:methodCount

140         int methodCount;
142 if (!gatherMethods(interfaces, &methods, &throws, &methodCount)) {
145 newClass->virtualMethodCount = methodCount;
146 size_t virtualMethodsSize = methodCount * sizeof(Method);