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

12

/dalvik/vm/mterp/c/
H A DOP_FILLED_NEW_ARRAY.cpp2 GOTO_invoke(filledNewArray, false);
H A DOP_FILLED_NEW_ARRAY_RANGE.cpp2 GOTO_invoke(filledNewArray, true);
H A DOP_INVOKE_DIRECT.cpp2 GOTO_invoke(invokeDirect, false);
H A DOP_INVOKE_DIRECT_RANGE.cpp2 GOTO_invoke(invokeDirect, true);
H A DOP_INVOKE_INTERFACE.cpp2 GOTO_invoke(invokeInterface, false);
H A DOP_INVOKE_INTERFACE_RANGE.cpp2 GOTO_invoke(invokeInterface, true);
H A DOP_INVOKE_STATIC.cpp2 GOTO_invoke(invokeStatic, false);
H A DOP_INVOKE_STATIC_RANGE.cpp2 GOTO_invoke(invokeStatic, true);
H A DOP_INVOKE_SUPER.cpp2 GOTO_invoke(invokeSuper, false);
H A DOP_INVOKE_SUPER_QUICK.cpp2 GOTO_invoke(invokeSuperQuick, false);
H A DOP_INVOKE_SUPER_QUICK_RANGE.cpp2 GOTO_invoke(invokeSuperQuick, true);
H A DOP_INVOKE_SUPER_RANGE.cpp2 GOTO_invoke(invokeSuper, true);
H A DOP_INVOKE_VIRTUAL.cpp2 GOTO_invoke(invokeVirtual, false);
H A DOP_INVOKE_VIRTUAL_QUICK.cpp2 GOTO_invoke(invokeVirtualQuick, false);
H A DOP_INVOKE_VIRTUAL_QUICK_RANGE.cpp2 GOTO_invoke(invokeVirtualQuick, true);
H A DOP_INVOKE_VIRTUAL_RANGE.cpp2 GOTO_invoke(invokeVirtual, true);
H A DOP_INVOKE_OBJECT_INIT_RANGE.cpp25 GOTO_invoke(invokeDirect, true);
/dalvik/vm/mterp/portable/
H A Dstubdefs.cpp60 #define GOTO_invoke(_target, _methodCallRange) \ macro
/dalvik/vm/mterp/cstubs/
H A Dstubdefs.cpp106 #define GOTO_invoke(_target, _methodCallRange) \ macro
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp484 #define GOTO_invoke(_target, _methodCallRange) \ macro
1727 GOTO_invoke(filledNewArray, false);
1732 GOTO_invoke(filledNewArray, true);
2207 GOTO_invoke(invokeVirtual, false);
2212 GOTO_invoke(invokeSuper, false);
2217 GOTO_invoke(invokeDirect, false);
2222 GOTO_invoke(invokeStatic, false);
2227 GOTO_invoke(invokeInterface, false);
2236 GOTO_invoke(invokeVirtual, true);
2241 GOTO_invoke(invokeSupe
[all...]
H A DInterpC-portable.cpp438 #define GOTO_invoke(_target, _methodCallRange) \ macro
1738 GOTO_invoke(filledNewArray, false);
1743 GOTO_invoke(filledNewArray, true);
2218 GOTO_invoke(invokeVirtual, false);
2223 GOTO_invoke(invokeSuper, false);
2228 GOTO_invoke(invokeDirect, false);
2233 GOTO_invoke(invokeStatic, false);
2238 GOTO_invoke(invokeInterface, false);
2247 GOTO_invoke(invokeVirtual, true);
2252 GOTO_invoke(invokeSupe
[all...]
H A DInterpC-x86.cpp484 #define GOTO_invoke(_target, _methodCallRange) \ macro
1251 GOTO_invoke(invokeDirect, true);
H A DInterpC-armv5te-vfp.cpp484 #define GOTO_invoke(_target, _methodCallRange) \ macro
H A DInterpC-armv5te.cpp484 #define GOTO_invoke(_target, _methodCallRange) \ macro
H A DInterpC-armv7-a-neon.cpp484 #define GOTO_invoke(_target, _methodCallRange) \ macro

Completed in 208 milliseconds

12