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

/dalvik/vm/mterp/portable/
H A Dentry.cpp24 bool methodCallRange; local
/dalvik/vm/mterp/c/
H A DgotoTargets.cpp11 GOTO_TARGET(filledNewArray, bool methodCallRange, bool) argument
25 if (methodCallRange) {
82 if (methodCallRange) {
106 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool) argument
121 if (methodCallRange) {
198 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst);
202 GOTO_TARGET(invokeSuper, bool methodCallRange) argument
213 if (methodCallRange) {
276 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst);
280 GOTO_TARGET(invokeInterface, bool methodCallRange) argument
331 GOTO_TARGET(invokeDirect, bool methodCallRange) argument
405 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) argument
464 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) argument
758 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, u2 count, u2 regs) argument
[all...]
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp508 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
509 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
510 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
511 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
512 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
513 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
514 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
515 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
516 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
3087 GOTO_TARGET(filledNewArray, bool methodCallRange, boo argument
3182 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool) argument
3278 GOTO_TARGET(invokeSuper, bool methodCallRange) argument
3356 GOTO_TARGET(invokeInterface, bool methodCallRange) argument
3407 GOTO_TARGET(invokeDirect, bool methodCallRange) argument
3481 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) argument
3540 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) argument
3834 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, u2 count, u2 regs) argument
[all...]
H A DInterpC-portable.cpp432 methodCallRange = _methodCallRange; \
456 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
457 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
458 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
459 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
460 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
461 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
462 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
463 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
464 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, cons
1127 bool methodCallRange; local
3037 GOTO_TARGET(filledNewArray, bool methodCallRange, bool) argument
3132 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool) argument
3228 GOTO_TARGET(invokeSuper, bool methodCallRange) argument
3306 GOTO_TARGET(invokeInterface, bool methodCallRange) argument
3357 GOTO_TARGET(invokeDirect, bool methodCallRange) argument
3431 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) argument
3490 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) argument
3784 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, u2 count, u2 regs) argument
[all...]
H A DInterpC-x86-atom.cpp508 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
509 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
510 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
511 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
512 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
513 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
514 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
515 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
516 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
1326 GOTO_TARGET(filledNewArray, bool methodCallRange, boo argument
1421 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool) argument
1517 GOTO_TARGET(invokeSuper, bool methodCallRange) argument
1595 GOTO_TARGET(invokeInterface, bool methodCallRange) argument
1646 GOTO_TARGET(invokeDirect, bool methodCallRange) argument
1720 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) argument
1779 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) argument
2073 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, u2 count, u2 regs) argument
[all...]
H A DInterpC-x86.cpp508 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
509 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
510 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
511 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
512 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
513 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
514 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
515 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
516 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
1268 GOTO_TARGET(filledNewArray, bool methodCallRange, boo argument
1363 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool) argument
1459 GOTO_TARGET(invokeSuper, bool methodCallRange) argument
1537 GOTO_TARGET(invokeInterface, bool methodCallRange) argument
1588 GOTO_TARGET(invokeDirect, bool methodCallRange) argument
1662 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) argument
1721 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) argument
2015 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, u2 count, u2 regs) argument
[all...]

Completed in 68 milliseconds