Home | History | Annotate | Download | only in libdex

Lines Matching refs:methods

1259         const DexMethodAnnotationsItem* methods =
1262 dexGetMethodId(state->pDexFile, methods[0].methodIdx);
1463 /* Helper for verifyClassDataItem(), which checks a list of methods. */
1465 DexMethod* methods, bool expectDirect) {
1469 DexMethod* method = &methods[i];
1532 LOGE("Trouble with direct methods");
1540 LOGE("Trouble with virtual methods");