Lines Matching refs:imeth
3221 Method* imeth = &interface->virtualMethods[methIdx]; in createIftable() local
3225 char* desc = dexProtoCopyMethodDescriptor(&imeth->prototype); in createIftable()
3226 LOGVV("INTF: matching '%s' '%s'", imeth->name, desc); in createIftable()
3231 if (dvmCompareMethodNamesAndProtos(imeth, clazz->vtable[j]) in createIftable()
3251 dexProtoCopyMethodDescriptor(&imeth->prototype); in createIftable()
3253 imeth->name, desc, clazz->descriptor); in createIftable()
3283 mirandaList[mir], imeth) == 0) in createIftable()
3287 &imeth->prototype); in createIftable()
3290 imeth->clazz->descriptor, in createIftable()
3291 imeth->name, desc); in createIftable()
3302 imeth->name, clazz->vtableCount + mir); in createIftable()
3308 mirandaList[mirandaCount++] = imeth; in createIftable()