Home | History | Annotate | Download | only in mips

Lines Matching refs:adaptor

4429   // Check if the calling frame is an arguments adaptor frame.
4430 Label adaptor;
4433 __ Branch(&adaptor,
4450 // Arguments adaptor case: Check index (a1) against actual arguments
4451 // limit found in the arguments adaptor frame. Use unsigned
4453 __ bind(&adaptor);
4457 // Read the argument from the adaptor frame and return it.
4476 // Check if the calling frame is an arguments adaptor frame.
4510 // Check if the calling frame is an arguments adaptor frame.
4520 // No adaptor, parameter count = argument count.
4525 // We have an adaptor frame. Patch the parameters pointer.
4721 // Check if the calling frame is an arguments adaptor frame.
5447 Handle<Code> adaptor =
5449 __ Jump(adaptor, RelocInfo::CODE_TARGET);