Home
last modified time | relevance | path

Searched refs:imeth (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/oo/
DClass.cpp3221 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()
[all …]