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.cpp106 #define GOTO_invoke(_target, _methodCallRange) \ macro
/dalvik/vm/mterp/out/
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
H A DInterpC-armv7-a.cpp484 #define GOTO_invoke(_target, _methodCallRange) \ macro
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-mips.cpp484 #define GOTO_invoke(_target, _methodCallRange) \ macro
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);

Completed in 321 milliseconds