Home | History | Annotate | Download | only in vm

Lines Matching full:opindex

867 Method* dvmResolveInlineNative(int opIndex)
869 assert(opIndex >= 0 && opIndex < NELEM(gDvmInlineOpsTable));
870 Method* method = gDvm.inlinedMethods[opIndex];
876 gDvmInlineOpsTable[opIndex].classDescriptor,
877 gDvmInlineOpsTable[opIndex].methodName,
878 gDvmInlineOpsTable[opIndex].methodSignature);
885 gDvm.inlinedMethods[opIndex] = method;
901 JValue* pResult, int opIndex)
903 Method* method = dvmResolveInlineNative(opIndex);
905 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3,
911 bool result = (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3,