Searched defs:imeth (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/oo/
H A DClass.cpp3211 Method* imeth = &interface->virtualMethods[methIdx]; local
3215 char* desc = dexProtoCopyMethodDescriptor(&imeth->prototype);
3216 LOGVV("INTF: matching '%s' '%s'", imeth->name, desc);
3221 if (dvmCompareMethodNamesAndProtos(imeth, clazz->vtable[j])
3239 dexProtoCopyMethodDescriptor(&imeth->prototype);
3241 imeth->name, desc, clazz->descriptor);
3271 mirandaList[mir], imeth) == 0)
3275 &imeth->prototype);
3278 imeth->clazz->descriptor,
3279 imeth
[all...]

Completed in 10 milliseconds