Home | History | Annotate | Download | only in vm

Lines Matching full:opindex

875 Method* dvmResolveInlineNative(int opIndex)
877 assert(opIndex >= 0 && opIndex < NELEM(gDvmInlineOpsTable));
878 Method* method = gDvm.inlinedMethods[opIndex];
884 gDvmInlineOpsTable[opIndex].classDescriptor,
885 gDvmInlineOpsTable[opIndex].methodName,
886 gDvmInlineOpsTable[opIndex].methodSignature);
893 gDvm.inlinedMethods[opIndex] = method;
909 JValue* pResult, int opIndex)
911 Method* method = dvmResolveInlineNative(opIndex);
913 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3,
919 bool result = (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3,