Home
last modified time | relevance | path

Searched refs:GOTO_invoke (Results 1 – 25 of 29) sorted by relevance

12

/dalvik/vm/mterp/c/
DOP_FILLED_NEW_ARRAY_RANGE.c2 GOTO_invoke(filledNewArray, true);
DOP_INVOKE_INTERFACE.c2 GOTO_invoke(invokeInterface, false);
DOP_INVOKE_DIRECT.c2 GOTO_invoke(invokeDirect, false);
DOP_INVOKE_STATIC.c2 GOTO_invoke(invokeStatic, false);
DOP_INVOKE_VIRTUAL_RANGE.c2 GOTO_invoke(invokeVirtual, true);
DOP_INVOKE_INTERFACE_RANGE.c2 GOTO_invoke(invokeInterface, true);
DOP_INVOKE_SUPER.c2 GOTO_invoke(invokeSuper, false);
DOP_INVOKE_VIRTUAL_QUICK.c2 GOTO_invoke(invokeVirtualQuick, false);
DOP_INVOKE_VIRTUAL.c2 GOTO_invoke(invokeVirtual, false);
DOP_INVOKE_SUPER_QUICK.c2 GOTO_invoke(invokeSuperQuick, false);
DOP_INVOKE_STATIC_RANGE.c2 GOTO_invoke(invokeStatic, true);
DOP_INVOKE_VIRTUAL_QUICK_RANGE.c2 GOTO_invoke(invokeVirtualQuick, true);
DOP_INVOKE_SUPER_RANGE.c2 GOTO_invoke(invokeSuper, true);
DOP_INVOKE_SUPER_QUICK_RANGE.c2 GOTO_invoke(invokeSuperQuick, true);
DOP_FILLED_NEW_ARRAY.c2 GOTO_invoke(filledNewArray, false);
DOP_INVOKE_DIRECT_RANGE.c2 GOTO_invoke(invokeDirect, true);
DOP_INVOKE_DIRECT_EMPTY.c12 GOTO_invoke(invokeDirect, false);
/dalvik/vm/mterp/portable/
Dstubdefs.c64 #define GOTO_invoke(_target, _methodCallRange) \ macro
/dalvik/vm/mterp/cstubs/
Dstubdefs.c84 #define GOTO_invoke(_target, _methodCallRange) \ macro
/dalvik/vm/mterp/out/
DInterpC-portstd.c488 #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 …]
DInterpC-allstubs.c498 #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 …]
DInterpC-portdbg.c497 #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 …]
DInterpC-armv7-a-neon.c498 #define GOTO_invoke(_target, _methodCallRange) \ macro
DInterpC-armv5te-vfp.c498 #define GOTO_invoke(_target, _methodCallRange) \ macro
DInterpC-armv7-a.c498 #define GOTO_invoke(_target, _methodCallRange) \ macro

12