Lines Matching full:adaptor
1324 // Check if the calling frame is an arguments adaptor frame. We look at the
1328 Label adaptor;
1332 __ j(equal, &adaptor);
1347 // Arguments adaptor case: Check index against actual arguments
1348 // limit found in the arguments adaptor frame. Use unsigned
1350 __ bind(&adaptor);
1389 // Check if the calling frame is an arguments adaptor frame.
1397 // No adaptor, parameter count = argument count.
1401 // We have an adaptor frame. Patch the parameters pointer.
1597 // Check if the calling frame is an arguments adaptor frame.
1624 // Check if the calling frame is an arguments adaptor frame.
2715 Handle<Code> adaptor =
2717 __ jmp(adaptor, RelocInfo::CODE_TARGET);
2728 Handle<Code> adaptor =
2730 __ Jump(adaptor, RelocInfo::CODE_TARGET);