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

/dalvik/vm/
H A DInlineNative.cpp730 const InlineOperation gDvmInlineOpsTable[] = { variable
788 (Method**) calloc(NELEM(gDvmInlineOpsTable), sizeof(Method*));
809 return gDvmInlineOpsTable;
817 return NELEM(gDvmInlineOpsTable);
879 assert(opIndex >= 0 && opIndex < NELEM(gDvmInlineOpsTable));
886 gDvmInlineOpsTable[opIndex].classDescriptor,
887 gDvmInlineOpsTable[opIndex].methodName,
888 gDvmInlineOpsTable[opIndex].methodSignature);
915 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3,
921 bool result = (*gDvmInlineOpsTable[opInde
[all...]

Completed in 50 milliseconds