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

/dalvik/vm/
H A DInlineNative.cpp730 const InlineOperation gDvmInlineOpsTable[] = { variable
778 (Method**) calloc(NELEM(gDvmInlineOpsTable), sizeof(Method*));
799 return gDvmInlineOpsTable;
807 return NELEM(gDvmInlineOpsTable);
869 assert(opIndex >= 0 && opIndex < NELEM(gDvmInlineOpsTable));
876 gDvmInlineOpsTable[opIndex].classDescriptor,
877 gDvmInlineOpsTable[opIndex].methodName,
878 gDvmInlineOpsTable[opIndex].methodSignature);
905 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3,
911 bool result = (*gDvmInlineOpsTable[opInde
[all...]

Completed in 37 milliseconds