Home
last modified time | relevance | path

Searched refs:InlineOperation (Results 1 – 15 of 15) sorted by relevance

/dalvik/vm/
DInlineNative.h48 struct InlineOperation { struct
95 const InlineOperation* dvmGetInlineOpsTable(void);
102 extern const InlineOperation gDvmInlineOpsTable[];
DInlineNative.cpp730 const InlineOperation gDvmInlineOpsTable[] = {
797 const InlineOperation* dvmGetInlineOpsTable() in dvmGetInlineOpsTable()
/dalvik/vm/mterp/mips/
DOP_EXECUTE_INLINE_RANGE.S60 la rOBJ, gDvmInlineOpsTable # table of InlineOperation
DOP_EXECUTE_INLINE.S73 la rINST, gDvmInlineOpsTable # table of InlineOperation
/dalvik/vm/mterp/armv5te/
DOP_EXECUTE_INLINE_RANGE.S54 ldr r9, .L${opcode}_table @ table of InlineOperation
DOP_EXECUTE_INLINE.S62 ldr rINST, .L${opcode}_table @ table of InlineOperation
/dalvik/vm/mterp/common/
Dasm-constants.h146 MTERP_OFFSET(offInlineOperation_func, InlineOperation, func, 0)
/dalvik/vm/analysis/
DOptimize.cpp62 const InlineOperation* ops = dvmGetInlineOpsTable(); in dvmCreateInlineSubsTable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp3600 const InlineOperation* inLineTable = dvmGetInlineOpsTable(); in handleExecuteInlineC()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp3744 const InlineOperation* inLineTable = dvmGetInlineOpsTable();
/dalvik/vm/mterp/out/
DInterpAsm-armv7-a.S9469 ldr rINST, .LOP_EXECUTE_INLINE_table @ table of InlineOperation
9530 ldr r9, .LOP_EXECUTE_INLINE_RANGE_table @ table of InlineOperation
DInterpAsm-armv7-a-neon.S9469 ldr rINST, .LOP_EXECUTE_INLINE_table @ table of InlineOperation
9530 ldr r9, .LOP_EXECUTE_INLINE_RANGE_table @ table of InlineOperation
DInterpAsm-armv5te-vfp.S9532 ldr rINST, .LOP_EXECUTE_INLINE_table @ table of InlineOperation
9593 ldr r9, .LOP_EXECUTE_INLINE_RANGE_table @ table of InlineOperation
DInterpAsm-mips.S10832 la rINST, gDvmInlineOpsTable # table of InlineOperation
10894 la rOBJ, gDvmInlineOpsTable # table of InlineOperation
DInterpAsm-armv5te.S9990 ldr rINST, .LOP_EXECUTE_INLINE_table @ table of InlineOperation
10051 ldr r9, .LOP_EXECUTE_INLINE_RANGE_table @ table of InlineOperation