Home | History | Annotate | Download | only in mips64

Lines Matching defs:adaptor

1573   // Check if the calling frame is an arguments adaptor frame.
1574 Label adaptor;
1577 __ Branch(&adaptor,
1594 // Arguments adaptor case: Check index (a1) against actual arguments
1595 // limit found in the arguments adaptor frame. Use unsigned
1597 __ bind(&adaptor);
1601 // Read the argument from the adaptor frame and return it.
1625 // Check if the calling frame is an arguments adaptor frame.
1656 // Check if the calling frame is an arguments adaptor frame.
1663 // No adaptor, parameter count = argument count.
1668 // We have an adaptor frame. Patch the parameters pointer.
1890 // Check if the calling frame is an arguments adaptor frame.
1975 // Check if the calling frame is an arguments adaptor frame.