Home
last modified time | relevance | path

Searched refs:gDvmInlineOpsTable (Results 1 – 13 of 13) sorted by relevance

/dalvik/vm/
DInlineNative.cpp730 const InlineOperation gDvmInlineOpsTable[] = { variable
788 (Method**) calloc(NELEM(gDvmInlineOpsTable), sizeof(Method*)); in dvmInlineNativeStartup()
809 return gDvmInlineOpsTable; in dvmGetInlineOpsTable()
817 return NELEM(gDvmInlineOpsTable); in dvmGetInlineOpsTableLength()
879 assert(opIndex >= 0 && opIndex < NELEM(gDvmInlineOpsTable)); in dvmResolveInlineNative()
886 gDvmInlineOpsTable[opIndex].classDescriptor, in dvmResolveInlineNative()
887 gDvmInlineOpsTable[opIndex].methodName, in dvmResolveInlineNative()
888 gDvmInlineOpsTable[opIndex].methodSignature); in dvmResolveInlineNative()
915 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, in dvmPerformInlineOp4Dbg()
921 bool result = (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, in dvmPerformInlineOp4Dbg()
DInlineNative.h95 extern const InlineOperation gDvmInlineOpsTable[];
110 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, pResult); in dvmPerformInlineOp4Std()
/dalvik/vm/mterp/x86/
DOP_EXECUTE_INLINE.S65 jmp *gDvmInlineOpsTable(%eax)
/dalvik/vm/mterp/x86-atom/
DOP_EXECUTE_INLINE_RANGE.S68 movl $$gDvmInlineOpsTable, %eax # %eax<- address for table of inline operations
DOP_EXECUTE_INLINE.S79 movl $$gDvmInlineOpsTable, %eax # %eax<- address for table of inline operations
/dalvik/vm/mterp/armv5te/
DOP_EXECUTE_INLINE_RANGE.S92 .word gDvmInlineOpsTable
DOP_EXECUTE_INLINE.S98 .word gDvmInlineOpsTable
/dalvik/vm/mterp/out/
DInterpAsm-armv7-a.S9506 .word gDvmInlineOpsTable
9568 .word gDvmInlineOpsTable
DInterpAsm-armv5te-vfp.S9569 .word gDvmInlineOpsTable
9631 .word gDvmInlineOpsTable
DInterpAsm-armv7-a-neon.S9506 .word gDvmInlineOpsTable
9568 .word gDvmInlineOpsTable
DInterpAsm-armv5te.S10027 .word gDvmInlineOpsTable
10089 .word gDvmInlineOpsTable
DInterpAsm-x86-atom.S17445 movl $gDvmInlineOpsTable, %eax # %eax<- address for table of inline operations
DInterpAsm-x86.S7507 jmp *gDvmInlineOpsTable(%eax)