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

/dalvik/vm/oo/
H A DClass.cpp3224 Method* imeth = &interface->virtualMethods[methIdx]; local
3228 char* desc = dexProtoCopyMethodDescriptor(&imeth->prototype);
3229 LOGVV("INTF: matching '%s' '%s'", imeth->name, desc);
3234 if (dvmCompareMethodNamesAndProtos(imeth, clazz->vtable[j])
3254 dexProtoCopyMethodDescriptor(&imeth->prototype);
3256 imeth->name, desc, clazz->descriptor);
3286 mirandaList[mir], imeth) == 0)
3290 &imeth->prototype);
3293 imeth->clazz->descriptor,
3294 imeth
[all...]

Completed in 130 milliseconds