Searched defs:GOTO_invoke (Results 1 - 10 of 10) sorted by relevance

/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-armv5te-vfp.cpp474 #define GOTO_invoke(_target, _methodCallRange) \ macro
H A DInterpC-armv5te.cpp474 #define GOTO_invoke(_target, _methodCallRange) \ macro
H A DInterpC-armv7-a-neon.cpp474 #define GOTO_invoke(_target, _methodCallRange) \ macro
H A DInterpC-armv7-a.cpp474 #define GOTO_invoke(_target, _methodCallRange) \ macro
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);

Completed in 507 milliseconds