Home | History | Annotate | Download | only in arm

Lines Matching full:adaptor

3514   // Skip the arguments adaptor frame if it exists.
3534 // in case no arguments adaptor frame is found below the current frame.
6742 // Check if the calling frame is an arguments adaptor frame.
6743 Label adaptor;
6747 __ b(eq, &adaptor);
6753 // Arguments adaptor case: Read the arguments length from the
6754 // adaptor frame and return it.
6755 __ bind(&adaptor);
6771 // Check if the calling frame is an arguments adaptor frame.
6772 Label adaptor;
6776 __ b(eq, &adaptor);
6790 // Arguments adaptor case: Check index against actual arguments
6791 // limit found in the arguments adaptor frame. Use unsigned
6793 __ bind(&adaptor);
6798 // Read the argument from the adaptor frame and return it.
6817 // Check if the calling frame is an arguments adaptor frame.