Searched defs:methodCallRange (Results 1 - 7 of 7) sorted by relevance

/dalvik/vm/mterp/portable/
H A Dentry.c31 bool methodCallRange; local
/dalvik/vm/mterp/c/
H A DgotoTargets.c11 GOTO_TARGET(filledNewArray, bool methodCallRange) argument
25 if (methodCallRange) {
83 if (methodCallRange) {
107 GOTO_TARGET(invokeVirtual, bool methodCallRange) argument
122 if (methodCallRange) {
199 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst);
203 GOTO_TARGET(invokeSuper, bool methodCallRange) argument
214 if (methodCallRange) {
277 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst);
281 GOTO_TARGET(invokeInterface, bool methodCallRange) argument
331 GOTO_TARGET(invokeDirect, bool methodCallRange) argument
401 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) argument
460 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) argument
767 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, u2 count, u2 regs) argument
[all...]
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.c542 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
543 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
545 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
546 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
547 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
548 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
3139 GOTO_TARGET(filledNewArray, bool methodCallRange) argument
3235 GOTO_TARGET(invokeVirtual, bool methodCallRange) argument
3331 GOTO_TARGET(invokeSuper, bool methodCallRange) argument
3409 GOTO_TARGET(invokeInterface, bool methodCallRange) argument
3459 GOTO_TARGET(invokeDirect, bool methodCallRange) argument
3529 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) argument
3588 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) argument
3895 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, u2 count, u2 regs) argument
[all...]
H A DInterpC-portstd.c490 methodCallRange = _methodCallRange; \
524 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
525 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
526 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
527 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
528 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
529 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
530 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
531 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
532 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, cons
1211 bool methodCallRange; local
3168 GOTO_TARGET(filledNewArray, bool methodCallRange) argument
3264 GOTO_TARGET(invokeVirtual, bool methodCallRange) argument
3360 GOTO_TARGET(invokeSuper, bool methodCallRange) argument
3438 GOTO_TARGET(invokeInterface, bool methodCallRange) argument
3488 GOTO_TARGET(invokeDirect, bool methodCallRange) argument
3558 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) argument
3617 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) argument
3924 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, u2 count, u2 regs) argument
[all...]
H A DInterpC-x86-atom.c542 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
543 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
545 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
546 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
547 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
548 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
1333 GOTO_TARGET(filledNewArray, bool methodCallRange) argument
1429 GOTO_TARGET(invokeVirtual, bool methodCallRange) argument
1525 GOTO_TARGET(invokeSuper, bool methodCallRange) argument
1603 GOTO_TARGET(invokeInterface, bool methodCallRange) argument
1653 GOTO_TARGET(invokeDirect, bool methodCallRange) argument
1723 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) argument
1782 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) argument
2089 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, u2 count, u2 regs) argument
[all...]
H A DInterpC-x86.c542 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
543 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
545 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
546 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
547 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
548 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
1270 GOTO_TARGET(filledNewArray, bool methodCallRange) argument
1366 GOTO_TARGET(invokeVirtual, bool methodCallRange) argument
1462 GOTO_TARGET(invokeSuper, bool methodCallRange) argument
1540 GOTO_TARGET(invokeInterface, bool methodCallRange) argument
1590 GOTO_TARGET(invokeDirect, bool methodCallRange) argument
1660 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) argument
1719 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) argument
2026 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, u2 count, u2 regs) argument
[all...]
H A DInterpC-portdbg.c499 methodCallRange = _methodCallRange; \
533 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
534 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
535 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
536 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
537 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
538 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
539 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
540 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
541 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, cons
1461 bool methodCallRange; local
3418 GOTO_TARGET(filledNewArray, bool methodCallRange) argument
3514 GOTO_TARGET(invokeVirtual, bool methodCallRange) argument
3610 GOTO_TARGET(invokeSuper, bool methodCallRange) argument
3688 GOTO_TARGET(invokeInterface, bool methodCallRange) argument
3738 GOTO_TARGET(invokeDirect, bool methodCallRange) argument
3808 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) argument
3867 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) argument
4174 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, u2 count, u2 regs) argument
[all...]

Completed in 18 milliseconds