Lines Matching refs:adaptor
2267 // Check if the calling frame is an arguments adaptor frame. We look at the
2271 Label adaptor;
2275 __ j(equal, &adaptor);
2290 // Arguments adaptor case: Check index against actual arguments
2291 // limit found in the arguments adaptor frame. Use unsigned
2293 __ bind(&adaptor);
2330 // Check if the calling frame is an arguments adaptor frame.
2338 // No adaptor, parameter count = argument count.
2342 // We have an adaptor frame. Patch the parameters pointer.
2538 // Check if the calling frame is an arguments adaptor frame.
2564 // Check if the calling frame is an arguments adaptor frame.
3692 Handle<Code> adaptor =
3694 __ jmp(adaptor, RelocInfo::CODE_TARGET);
3705 Handle<Code> adaptor =
3707 __ Jump(adaptor, RelocInfo::CODE_TARGET);