Home | History | Annotate | Download | only in out

Lines Matching defs:methodCallRange

440         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, const Method* methodToCall,
1135 bool methodCallRange;
3045 GOTO_TARGET(filledNewArray, bool methodCallRange, bool)
3059 if (methodCallRange) {
3116 if (methodCallRange) {
3140 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool)
3155 if (methodCallRange) {
3232 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst);
3236 GOTO_TARGET(invokeSuper, bool methodCallRange)
3247 if (methodCallRange) {
3310 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst);
3314 GOTO_TARGET(invokeInterface, bool methodCallRange)
3329 if (methodCallRange) {
3361 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst);
3365 GOTO_TARGET(invokeDirect, bool methodCallRange)
3375 if (methodCallRange) {
3397 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst);
3401 GOTO_TARGET(invokeStatic, bool methodCallRange)
3408 if (methodCallRange)
3436 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst);
3439 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange)
3453 if (methodCallRange) {
3494 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst);
3498 GOTO_TARGET(invokeSuperQuick, bool methodCallRange)
3508 if (methodCallRange) {
3553 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst);
3779 * Set "methodToCall" to the Method we're calling, and "methodCallRange"
3792 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall,
3798 // methodCallRange, methodToCall, count, regs);
3808 if (methodCallRange) {