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.cpp518 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
519 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
521 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
523 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
524 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
525 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
526 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
3097 GOTO_TARGET(filledNewArray, bool methodCallRange, boo argument
3192 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool) argument
3288 GOTO_TARGET(invokeSuper, bool methodCallRange) argument
3366 GOTO_TARGET(invokeInterface, bool methodCallRange) argument
3417 GOTO_TARGET(invokeDirect, bool methodCallRange) argument
3491 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) argument
3550 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) argument
3844 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, u2 count, u2 regs) argument
[all...]
H A DInterpC-mips.cpp518 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
519 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
521 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
523 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
524 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
525 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
526 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
1202 GOTO_TARGET(filledNewArray, bool methodCallRange, boo argument
1297 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool) argument
1393 GOTO_TARGET(invokeSuper, bool methodCallRange) argument
1471 GOTO_TARGET(invokeInterface, bool methodCallRange) argument
1522 GOTO_TARGET(invokeDirect, bool methodCallRange) argument
1596 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) argument
1655 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) argument
1949 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, u2 count, u2 regs) argument
[all...]
H A DInterpC-portable.cpp440 methodCallRange = _methodCallRange; \
464 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
465 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
466 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
467 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
468 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
469 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
470 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
471 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
472 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, cons
1135 bool methodCallRange; local
3045 GOTO_TARGET(filledNewArray, bool methodCallRange, bool) argument
3140 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool) argument
3236 GOTO_TARGET(invokeSuper, bool methodCallRange) argument
3314 GOTO_TARGET(invokeInterface, bool methodCallRange) argument
3365 GOTO_TARGET(invokeDirect, bool methodCallRange) argument
3439 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) argument
3498 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) argument
3792 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, u2 count, u2 regs) argument
[all...]
H A DInterpC-x86.cpp518 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
519 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
521 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
523 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
524 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
525 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
526 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
1278 GOTO_TARGET(filledNewArray, bool methodCallRange, boo argument
1373 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool) argument
1469 GOTO_TARGET(invokeSuper, bool methodCallRange) argument
1547 GOTO_TARGET(invokeInterface, bool methodCallRange) argument
1598 GOTO_TARGET(invokeDirect, bool methodCallRange) argument
1672 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) argument
1731 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) argument
2025 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, u2 count, u2 regs) argument
[all...]

Completed in 334 milliseconds