/dalvik/vm/mterp/c/ |
gotoTargets.c | 11 GOTO_TARGET(filledNewArray, bool methodCallRange) 25 if (methodCallRange) { 83 if (methodCallRange) { 104 GOTO_TARGET(invokeVirtual, bool methodCallRange) 119 if (methodCallRange) { 192 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst); 196 GOTO_TARGET(invokeSuper, bool methodCallRange) 207 if (methodCallRange) { 270 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst); 274 GOTO_TARGET(invokeInterface, bool methodCallRange) [all...] |
opcommon.c | 2 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 3 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 4 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 5 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 6 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 7 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 8 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 9 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 10 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall, [all...] |
/dalvik/vm/mterp/out/ |
InterpC-x86-atom.c | 549 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 550 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 551 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 552 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 553 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 554 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 555 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 556 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 557 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall, [all...] |
InterpC-x86.c | 549 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 550 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 551 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 552 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 553 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 554 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 555 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 556 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 557 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall, [all...] |
InterpC-portdbg.c | 501 methodCallRange = _methodCallRange; \ 535 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 536 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 537 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 538 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 539 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 540 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 541 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 542 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 543 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall [all...] |
InterpC-portstd.c | 495 methodCallRange = _methodCallRange; \ 529 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 530 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 531 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 532 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 533 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 534 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 535 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 536 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 537 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall [all...] |
InterpC-allstubs.c | 549 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 550 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 551 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 552 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 553 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 554 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 555 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 556 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 557 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall, [all...] |
InterpC-armv4t.c | 549 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 550 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 551 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 552 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 553 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 554 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 555 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 556 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 557 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall, [all...] |
InterpC-armv5te-vfp.c | 549 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 550 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 551 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 552 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 553 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 554 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 555 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 556 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 557 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall, [all...] |
InterpC-armv5te.c | 549 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 550 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 551 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 552 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 553 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 554 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 555 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 556 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 557 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall, [all...] |
InterpC-armv7-a-neon.c | 549 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 550 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 551 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 552 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 553 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 554 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 555 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 556 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 557 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall, [all...] |
InterpC-armv7-a.c | 549 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 550 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 551 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 552 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 553 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 554 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 555 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 556 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 557 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall, [all...] |
InterpAsm-armv4t.S | [all...] |
InterpAsm-armv5te-vfp.S | [all...] |
InterpAsm-armv5te.S | [all...] |
InterpAsm-armv7-a-neon.S | [all...] |
InterpAsm-armv7-a.S | [all...] |
InterpAsm-x86.S | [all...] |
/dalvik/vm/mterp/portable/ |
stubdefs.c | 66 methodCallRange = _methodCallRange; \
|
entry.c | 30 bool methodCallRange;
|
/dalvik/vm/mterp/x86/ |
footer.S | 246 * ecx = bool methodCallRange 250 movl %ecx,OUT_ARG1(%esp) # arg1<- methodCallRange
|
/dalvik/vm/mterp/armv5te/ |
footer.S | 684 * r9 is "bool methodCallRange", indicating if this is a /range variant 693 mov r1, r9 @ A1<- methodCallRange [all...] |