Home | History | Annotate | Download | only in mips

Lines Matching full:adaptor

2503   // Check if the calling frame is an arguments adaptor frame.
2504 Label adaptor;
2507 __ Branch(&adaptor,
2524 // Arguments adaptor case: Check index (a1) against actual arguments
2525 // limit found in the arguments adaptor frame. Use unsigned
2527 __ bind(&adaptor);
2531 // Read the argument from the adaptor frame and return it.
2550 // Check if the calling frame is an arguments adaptor frame.
2584 // Check if the calling frame is an arguments adaptor frame.
2594 // No adaptor, parameter count = argument count.
2599 // We have an adaptor frame. Patch the parameters pointer.
2795 // Check if the calling frame is an arguments adaptor frame.
3577 Handle<Code> adaptor =
3579 __ Jump(adaptor, RelocInfo::CODE_TARGET);