Lines Matching refs:imeth
3029 Method* imeth = &interface->virtualMethods[methIdx]; in createIftable() local
3033 char* desc = dexProtoCopyMethodDescriptor(&imeth->prototype); in createIftable()
3034 LOGVV("INTF: matching '%s' '%s'\n", imeth->name, desc); in createIftable()
3039 if (dvmCompareMethodNamesAndProtos(imeth, clazz->vtable[j]) in createIftable()
3057 dexProtoCopyMethodDescriptor(&imeth->prototype); in createIftable()
3059 imeth->name, desc, clazz->descriptor); in createIftable()
3087 mirandaList[mir], imeth) == 0) in createIftable()
3091 &imeth->prototype); in createIftable()
3094 imeth->clazz->descriptor, in createIftable()
3095 imeth->name, desc); in createIftable()
3106 imeth->name, clazz->vtableCount + mir); in createIftable()
3112 mirandaList[mirandaCount++] = imeth; in createIftable()