Home | History | Annotate | Download | only in x64

Lines Matching defs:adaptor

549   // Check if the calling frame is an arguments adaptor frame.  We look at the
553 Label adaptor;
557 __ j(equal, &adaptor);
572 // Arguments adaptor case: Check index against actual arguments
573 // limit found in the arguments adaptor frame. Use unsigned
575 __ bind(&adaptor);
615 // Check if the calling frame is an arguments adaptor frame.
622 // No adaptor, parameter count = argument count.
626 // We have an adaptor frame. Patch the parameters pointer.
820 // Check if the calling frame is an arguments adaptor frame.
850 // Check if the calling frame is an arguments adaptor frame.
945 // Check if the calling frame is an arguments adaptor frame.