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.cpp104 #define GOTO_invoke(_target, _methodCallRange) \ macro
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp474 #define GOTO_invoke(_target, _methodCallRange) \ macro
1717 GOTO_invoke(filledNewArray, false);
1722 GOTO_invoke(filledNewArray, true);
2197 GOTO_invoke(invokeVirtual, false);
2202 GOTO_invoke(invokeSuper, false);
2207 GOTO_invoke(invokeDirect, false);
2212 GOTO_invoke(invokeStatic, false);
2217 GOTO_invoke(invokeInterface, false);
2226 GOTO_invoke(invokeVirtual, true);
2231 GOTO_invoke(invokeSupe
[all...]
H A DInterpC-portable.cpp430 #define GOTO_invoke(_target, _methodCallRange) \ macro
1730 GOTO_invoke(filledNewArray, false);
1735 GOTO_invoke(filledNewArray, true);
2210 GOTO_invoke(invokeVirtual, false);
2215 GOTO_invoke(invokeSuper, false);
2220 GOTO_invoke(invokeDirect, false);
2225 GOTO_invoke(invokeStatic, false);
2230 GOTO_invoke(invokeInterface, false);
2239 GOTO_invoke(invokeVirtual, true);
2244 GOTO_invoke(invokeSupe
[all...]
H A DInterpC-x86-atom.cpp474 #define GOTO_invoke(_target, _methodCallRange) \ macro
1287 GOTO_invoke(invokeDirect, true);
H A DInterpC-x86.cpp474 #define GOTO_invoke(_target, _methodCallRange) \ macro
1241 GOTO_invoke(invokeDirect, true);
H A DInterpC-armv5te-vfp.cpp474 #define GOTO_invoke(_target, _methodCallRange) \ macro
H A DInterpC-armv5te.cpp474 #define GOTO_invoke(_target, _methodCallRange) \ macro

Completed in 5098 milliseconds

12