Lines Matching full:adaptor
2430 // Check if the calling frame is an arguments adaptor frame.
2431 Label adaptor;
2435 __ b(eq, &adaptor);
2449 // Arguments adaptor case: Check index against actual arguments
2450 // limit found in the arguments adaptor frame. Use unsigned
2452 __ bind(&adaptor);
2457 // Read the argument from the adaptor frame and return it.
2476 // Check if the calling frame is an arguments adaptor frame.
2507 // Check if the calling frame is an arguments adaptor frame.
2515 // No adaptor, parameter count = argument count.
2519 // We have an adaptor frame. Patch the parameters pointer.
2703 // Check if the calling frame is an arguments adaptor frame.
3464 Handle<Code> adaptor =
3466 __ Jump(adaptor, RelocInfo::CODE_TARGET);