Lines Matching refs:methodIndex
2374 gDvm.voffJavaLangRefReference_clear = meth->methodIndex; in precacheReferenceOffsets()
2378 gDvm.voffJavaLangRefReference_enqueue = meth->methodIndex; in precacheReferenceOffsets()
2707 clazz->virtualMethods[i].methodIndex = (u2) i; in dvmLinkClass()
2862 localMeth->methodIndex = (u2) si; in createVtable()
2872 localMeth->methodIndex = (u2) actualCount; in createVtable()
2914 clazz->virtualMethods[i].methodIndex = (u2) i; in createVtable()
3308 clazz->vtable[meth->methodIndex] = meth; in createIftable()
3348 meth->methodIndex = (u2) (oldVtableCount + i); in createIftable()
4690 (i != clazz->vtable[i]->methodIndex) ? "*** " : "", in dumpClass()
4691 (u4) clazz->vtable[i]->methodIndex, clazz->vtable[i], in dumpClass()
4709 (u4) clazz->virtualMethods[i].methodIndex, in dumpClass()