/dalvik/vm/mterp/c/ |
D | OP_FILLED_NEW_ARRAY_RANGE.c | 2 GOTO_invoke(filledNewArray, true);
|
D | OP_INVOKE_INTERFACE.c | 2 GOTO_invoke(invokeInterface, false);
|
D | OP_INVOKE_DIRECT.c | 2 GOTO_invoke(invokeDirect, false);
|
D | OP_INVOKE_STATIC.c | 2 GOTO_invoke(invokeStatic, false);
|
D | OP_INVOKE_VIRTUAL_RANGE.c | 2 GOTO_invoke(invokeVirtual, true);
|
D | OP_INVOKE_INTERFACE_RANGE.c | 2 GOTO_invoke(invokeInterface, true);
|
D | OP_INVOKE_SUPER.c | 2 GOTO_invoke(invokeSuper, false);
|
D | OP_INVOKE_VIRTUAL_QUICK.c | 2 GOTO_invoke(invokeVirtualQuick, false);
|
D | OP_INVOKE_VIRTUAL.c | 2 GOTO_invoke(invokeVirtual, false);
|
D | OP_INVOKE_SUPER_QUICK.c | 2 GOTO_invoke(invokeSuperQuick, false);
|
D | OP_INVOKE_STATIC_RANGE.c | 2 GOTO_invoke(invokeStatic, true);
|
D | OP_INVOKE_VIRTUAL_QUICK_RANGE.c | 2 GOTO_invoke(invokeVirtualQuick, true);
|
D | OP_INVOKE_SUPER_RANGE.c | 2 GOTO_invoke(invokeSuper, true);
|
D | OP_INVOKE_SUPER_QUICK_RANGE.c | 2 GOTO_invoke(invokeSuperQuick, true);
|
D | OP_FILLED_NEW_ARRAY.c | 2 GOTO_invoke(filledNewArray, false);
|
D | OP_INVOKE_DIRECT_RANGE.c | 2 GOTO_invoke(invokeDirect, true);
|
D | OP_INVOKE_DIRECT_EMPTY.c | 12 GOTO_invoke(invokeDirect, false);
|
/dalvik/vm/mterp/portable/ |
D | stubdefs.c | 64 #define GOTO_invoke(_target, _methodCallRange) \ macro
|
/dalvik/vm/mterp/cstubs/ |
D | stubdefs.c | 84 #define GOTO_invoke(_target, _methodCallRange) \ macro
|
/dalvik/vm/mterp/out/ |
D | InterpC-portstd.c | 488 #define GOTO_invoke(_target, _methodCallRange) \ macro 1873 GOTO_invoke(filledNewArray, false); in INTERP_FUNC_NAME() 1878 GOTO_invoke(filledNewArray, true); in INTERP_FUNC_NAME() 2356 GOTO_invoke(invokeVirtual, false); in INTERP_FUNC_NAME() 2361 GOTO_invoke(invokeSuper, false); in INTERP_FUNC_NAME() 2366 GOTO_invoke(invokeDirect, false); in INTERP_FUNC_NAME() 2371 GOTO_invoke(invokeStatic, false); in INTERP_FUNC_NAME() 2376 GOTO_invoke(invokeInterface, false); in INTERP_FUNC_NAME() 2385 GOTO_invoke(invokeVirtual, true); in INTERP_FUNC_NAME() 2390 GOTO_invoke(invokeSuper, true); in INTERP_FUNC_NAME() [all …]
|
D | InterpC-allstubs.c | 498 #define GOTO_invoke(_target, _methodCallRange) \ macro 1762 GOTO_invoke(filledNewArray, false); 1767 GOTO_invoke(filledNewArray, true); 2245 GOTO_invoke(invokeVirtual, false); 2250 GOTO_invoke(invokeSuper, false); 2255 GOTO_invoke(invokeDirect, false); 2260 GOTO_invoke(invokeStatic, false); 2265 GOTO_invoke(invokeInterface, false); 2274 GOTO_invoke(invokeVirtual, true); 2279 GOTO_invoke(invokeSuper, true); [all …]
|
D | InterpC-portdbg.c | 497 #define GOTO_invoke(_target, _methodCallRange) \ macro 2123 GOTO_invoke(filledNewArray, false); in INTERP_FUNC_NAME() 2128 GOTO_invoke(filledNewArray, true); in INTERP_FUNC_NAME() 2606 GOTO_invoke(invokeVirtual, false); in INTERP_FUNC_NAME() 2611 GOTO_invoke(invokeSuper, false); in INTERP_FUNC_NAME() 2616 GOTO_invoke(invokeDirect, false); in INTERP_FUNC_NAME() 2621 GOTO_invoke(invokeStatic, false); in INTERP_FUNC_NAME() 2626 GOTO_invoke(invokeInterface, false); in INTERP_FUNC_NAME() 2635 GOTO_invoke(invokeVirtual, true); in INTERP_FUNC_NAME() 2640 GOTO_invoke(invokeSuper, true); in INTERP_FUNC_NAME() [all …]
|
D | InterpC-armv7-a-neon.c | 498 #define GOTO_invoke(_target, _methodCallRange) \ macro
|
D | InterpC-armv5te-vfp.c | 498 #define GOTO_invoke(_target, _methodCallRange) \ macro
|
D | InterpC-armv7-a.c | 498 #define GOTO_invoke(_target, _methodCallRange) \ macro
|