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

/dalvik/vm/mterp/c/
H A DOP_FILLED_NEW_ARRAY.c2 GOTO_invoke(filledNewArray, false);
H A DOP_FILLED_NEW_ARRAY_RANGE.c2 GOTO_invoke(filledNewArray, true);
H A DOP_INVOKE_DIRECT.c2 GOTO_invoke(invokeDirect, false);
H A DOP_INVOKE_DIRECT_RANGE.c2 GOTO_invoke(invokeDirect, true);
H A DOP_INVOKE_INTERFACE.c2 GOTO_invoke(invokeInterface, false);
H A DOP_INVOKE_INTERFACE_RANGE.c2 GOTO_invoke(invokeInterface, true);
H A DOP_INVOKE_STATIC.c2 GOTO_invoke(invokeStatic, false);
H A DOP_INVOKE_STATIC_RANGE.c2 GOTO_invoke(invokeStatic, true);
H A DOP_INVOKE_SUPER.c2 GOTO_invoke(invokeSuper, false);
H A DOP_INVOKE_SUPER_QUICK.c2 GOTO_invoke(invokeSuperQuick, false);
H A DOP_INVOKE_SUPER_QUICK_RANGE.c2 GOTO_invoke(invokeSuperQuick, true);
H A DOP_INVOKE_SUPER_RANGE.c2 GOTO_invoke(invokeSuper, true);
H A DOP_INVOKE_VIRTUAL.c2 GOTO_invoke(invokeVirtual, false);
H A DOP_INVOKE_VIRTUAL_QUICK.c2 GOTO_invoke(invokeVirtualQuick, false);
H A DOP_INVOKE_VIRTUAL_QUICK_RANGE.c2 GOTO_invoke(invokeVirtualQuick, true);
H A DOP_INVOKE_VIRTUAL_RANGE.c2 GOTO_invoke(invokeVirtual, true);
H A DOP_INVOKE_DIRECT_EMPTY.c12 GOTO_invoke(invokeDirect, false);
/dalvik/vm/mterp/cstubs/
H A Dstubdefs.c81 #define GOTO_invoke(_target, _methodCallRange) \ macro
/dalvik/vm/mterp/portable/
H A Dstubdefs.c57 #define GOTO_invoke(_target, _methodCallRange) \ macro
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.c487 #define GOTO_invoke(_target, _methodCallRange) \ macro
1740 GOTO_invoke(filledNewArray, false);
1745 GOTO_invoke(filledNewArray, true); variable
2215 GOTO_invoke(invokeVirtual, false);
2220 GOTO_invoke(invokeSuper, false); variable
2225 GOTO_invoke(invokeDirect, false);
2230 GOTO_invoke(invokeStatic, false); variable
2235 GOTO_invoke(invokeInterface, false);
2244 GOTO_invoke(invokeVirtual, true); variable
2249 GOTO_invoke(invokeSupe
2254 GOTO_invoke(invokeDirect, true); variable
2264 GOTO_invoke(invokeInterface, true); variable
2907 GOTO_invoke(invokeVirtualQuick, true); variable
2917 GOTO_invoke(invokeSuperQuick, true); variable
[all...]
H A DInterpC-portdbg.c470 #define GOTO_invoke(_target, _methodCallRange) \ macro
2084 GOTO_invoke(filledNewArray, false);
2089 GOTO_invoke(filledNewArray, true);
2559 GOTO_invoke(invokeVirtual, false);
2564 GOTO_invoke(invokeSuper, false);
2569 GOTO_invoke(invokeDirect, false);
2574 GOTO_invoke(invokeStatic, false);
2579 GOTO_invoke(invokeInterface, false);
2588 GOTO_invoke(invokeVirtual, true);
2593 GOTO_invoke(invokeSupe
[all...]
H A DInterpC-portstd.c469 #define GOTO_invoke(_target, _methodCallRange) \ macro
1804 GOTO_invoke(filledNewArray, false);
1809 GOTO_invoke(filledNewArray, true);
2279 GOTO_invoke(invokeVirtual, false);
2284 GOTO_invoke(invokeSuper, false);
2289 GOTO_invoke(invokeDirect, false);
2294 GOTO_invoke(invokeStatic, false);
2299 GOTO_invoke(invokeInterface, false);
2308 GOTO_invoke(invokeVirtual, true);
2313 GOTO_invoke(invokeSupe
[all...]
H A DInterpC-armv4t.c487 #define GOTO_invoke(_target, _methodCallRange) \ macro
H A DInterpC-armv5te.c487 #define GOTO_invoke(_target, _methodCallRange) \ macro
H A DInterpC-x86.c487 #define GOTO_invoke(_target, _methodCallRange) \ macro

Completed in 136 milliseconds