Lines Matching defs:method
1070 * annotation_directory_item's method elements. */
1185 * method elements. */
1241 const DexMethodId* method =
1243 return method->classIdx;
1249 const DexMethodId* method =
1251 return method->classIdx;
1450 DexMethod* method = &methods[i];
1452 CHECK_INDEX(method->methodIdx, state->pHeader->methodIdsSize);
1454 u4 accessFlags = method->accessFlags;
1462 ALOGE("Method in wrong list @ %d", i);
1467 ALOGE("Bogus method access flags (synchronization) %x @ %d", accessFlags, i);
1473 ALOGV("Bogus method access flags %x @ %d", accessFlags, i);
1474 method->accessFlags &= ACC_METHOD_MASK;
1478 if (method->codeOff == 0) {
1483 } else if (method->codeOff != 0) {
1485 method->codeOff, accessFlags);
1809 * is smaller, since the short forms of method invocation allow
2207 ALOGE("Bogus method size %#x", valueArg);