Home | History | Annotate | Download | only in arm

Lines Matching full:adaptor

4247   // Check if the calling frame is an arguments adaptor frame.
4248 Label adaptor;
4252 __ b(eq, &adaptor);
4266 // Arguments adaptor case: Check index against actual arguments
4267 // limit found in the arguments adaptor frame. Use unsigned
4269 __ bind(&adaptor);
4274 // Read the argument from the adaptor frame and return it.
4293 // Check if the calling frame is an arguments adaptor frame.
4324 // Check if the calling frame is an arguments adaptor frame.
4332 // No adaptor, parameter count = argument count.
4336 // We have an adaptor frame. Patch the parameters pointer.
4514 // Check if the calling frame is an arguments adaptor frame.
5217 Handle<Code> adaptor =
5219 __ Jump(adaptor, RelocInfo::CODE_TARGET);