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

/dalvik/vm/oo/
H A DObject.c628 int methodIndex; local
655 methodIndex = clazz->iftable[i].methodIndexArray[meth->methodIndex];
657 methodIndex = meth->methodIndex;
660 assert(methodIndex >= 0 && methodIndex < clazz->vtableCount);
661 actualMeth = clazz->vtable[methodIndex];
H A DObject.h541 u2 methodIndex; member in struct:Method
/dalvik/vm/reflect/
H A DProxy.c77 gDvm.voffJavaLangObject_equals = methE->methodIndex;
78 gDvm.voffJavaLangObject_hashCode = methH->methodIndex;
79 gDvm.voffJavaLangObject_toString = methT->methodIndex;
80 gDvm.voffJavaLangObject_finalize = methF->methodIndex;
1074 int methodIndex = method - method->clazz->virtualMethods; local
1075 assert(methodIndex >= 0 && methodIndex < method->clazz->virtualMethodCount);
1078 methodThrows = (ArrayObject*) contents[methodIndex];
1082 //printf("+++ methodThrows[%d] is null, wrapping all\n", methodIndex);
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.c1116 int methodIndex,
1175 loadWordDisp(cUnit, r7, methodIndex * 4, r0);
2798 * method->clazz->pDvmDex->pResMethods[BBBB]->methodIndex
2804 int methodIndex = local
2806 methodIndex;
2822 genInvokeVirtualCommon(cUnit, mir, methodIndex,
2830 * ->pResMethods[BBBB]->methodIndex]
2838 pResMethods[dInsn->vB]->methodIndex]);
3144 int methodIndex = dInsn->vB; local
3160 genInvokeVirtualCommon(cUnit, mir, methodIndex,
1115 genInvokeVirtualCommon(CompilationUnit *cUnit, MIR *mir, int methodIndex, ArmLIR *retChainingCell, ArmLIR *predChainingCell, ArmLIR *pcrLabel) argument
[all...]

Completed in 437 milliseconds