Searched defs:GOTO_TARGET (Results 1 - 13 of 13) sorted by relevance

/dalvik/vm/mterp/portable/
H A Dstubdefs.c8 #define GOTO_TARGET(_target, ...) _target: macro
/dalvik/vm/mterp/c/
H A DgotoTargets.c11 GOTO_TARGET(filledNewArray, bool methodCallRange) function
104 GOTO_TARGET(invokeVirtual, bool methodCallRange) function
196 GOTO_TARGET(invokeSuper, bool methodCallRange) function
274 GOTO_TARGET(invokeInterface, bool methodCallRange) function
320 GOTO_TARGET(invokeDirect, bool methodCallRange) function
355 GOTO_TARGET(invokeStatic, bool methodCallRange)
380 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) function
435 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) function
502 GOTO_TARGET(returnFromMethod) function
572 GOTO_TARGET(exceptionThrow function
742 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, function
[all...]
/dalvik/vm/mterp/cstubs/
H A Dstubdefs.c18 #define GOTO_TARGET(_target, ...) \ macro
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.c438 #define GOTO_TARGET(_target, ...) \ macro
3120 GOTO_TARGET(filledNewArray, bool methodCallRange) function
3213 GOTO_TARGET(invokeVirtual, bool methodCallRange) function
3305 GOTO_TARGET(invokeSuper, bool methodCallRange) function
3383 GOTO_TARGET(invokeInterface, bool methodCallRange) function
3429 GOTO_TARGET(invokeDirect, bool methodCallRange) function
3464 GOTO_TARGET(invokeStatic, bool methodCallRange)
3489 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) function
3544 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) function
3611 GOTO_TARGET(returnFromMetho function
3681 GOTO_TARGET(exceptionThrown) function
3851 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, function
[all...]
H A DInterpC-armv4t.c438 #define GOTO_TARGET(_target, ...) \ macro
H A DInterpC-armv5te-vfp.c438 #define GOTO_TARGET(_target, ...) \ macro
H A DInterpC-armv5te.c438 #define GOTO_TARGET(_target, ...) \ macro
H A DInterpC-armv7-a-neon.c438 #define GOTO_TARGET(_target, ...) \ macro
H A DInterpC-armv7-a.c438 #define GOTO_TARGET(_target, ...) \ macro
H A DInterpC-portstd.c437 #define GOTO_TARGET(_target, ...) _target: macro
3137 GOTO_TARGET(filledNewArray, bool methodCallRange) function
3230 GOTO_TARGET(invokeVirtual, bool methodCallRange) function
3322 GOTO_TARGET(invokeSuper, bool methodCallRange) function
3400 GOTO_TARGET(invokeInterface, bool methodCallRange) function
3446 GOTO_TARGET(invokeDirect, bool methodCallRange) function
3481 GOTO_TARGET(invokeStatic, bool methodCallRange)
3506 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) function
3561 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) function
3628 GOTO_TARGET(returnFromMetho function
3698 GOTO_TARGET(exceptionThrown) function
3868 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, function
[all...]
H A DInterpC-x86-atom.c438 #define GOTO_TARGET(_target, ...) \ macro
1282 GOTO_TARGET(filledNewArray, bool methodCallRange) function
1375 GOTO_TARGET(invokeVirtual, bool methodCallRange) function
1467 GOTO_TARGET(invokeSuper, bool methodCallRange) function
1545 GOTO_TARGET(invokeInterface, bool methodCallRange) function
1591 GOTO_TARGET(invokeDirect, bool methodCallRange) function
1626 GOTO_TARGET(invokeStatic, bool methodCallRange)
1651 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) function
1706 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) function
1773 GOTO_TARGET(returnFromMetho function
1843 GOTO_TARGET(exceptionThrown) function
2013 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, function
[all...]
H A DInterpC-x86.c438 #define GOTO_TARGET(_target, ...) \ macro
1251 GOTO_TARGET(filledNewArray, bool methodCallRange) function
1344 GOTO_TARGET(invokeVirtual, bool methodCallRange) function
1436 GOTO_TARGET(invokeSuper, bool methodCallRange) function
1514 GOTO_TARGET(invokeInterface, bool methodCallRange) function
1560 GOTO_TARGET(invokeDirect, bool methodCallRange) function
1595 GOTO_TARGET(invokeStatic, bool methodCallRange)
1620 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) function
1675 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) function
1742 GOTO_TARGET(returnFromMetho function
1812 GOTO_TARGET(exceptionThrown) function
1982 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, function
[all...]
H A DInterpC-portdbg.c443 #define GOTO_TARGET(_target, ...) _target: macro
3398 GOTO_TARGET(filledNewArray, bool methodCallRange) function
3491 GOTO_TARGET(invokeVirtual, bool methodCallRange) function
3583 GOTO_TARGET(invokeSuper, bool methodCallRange) function
3661 GOTO_TARGET(invokeInterface, bool methodCallRange) function
3707 GOTO_TARGET(invokeDirect, bool methodCallRange) function
3742 GOTO_TARGET(invokeStatic, bool methodCallRange)
3767 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) function
3822 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) function
3889 GOTO_TARGET(returnFromMetho function
3959 GOTO_TARGET(exceptionThrown) function
4129 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, function
[all...]

Completed in 134 milliseconds