Home | History | Annotate | Download | only in native

Lines Matching refs:idx

112     unsigned int idx;
113 for (idx = kSkip; (int) idx < methodCount && size < maxSize; idx++) {
114 const Method* meth = methods[idx];
154 for (idx = kSkip; (int) idx < methodCount; idx++) {
155 if (dvmIsReflectionMethod(methods[idx])) {
159 (Object *)methods[idx]->clazz);