Home | History | Annotate | Download | only in ia32

Lines Matching full:adaptor

2547       // adaptor frame below it.
2555 // No arguments adaptor frame. Copy fixed number of arguments.
2562 // Arguments adaptor frame present. Copy arguments from there, but
5539 // Skip the arguments adaptor frame if it exists.
8837 // Check if the calling frame is an arguments adaptor frame.
8842 // Arguments adaptor case: Read the arguments length from the
8843 // adaptor frame and return it.
8873 // Check if the calling frame is an arguments adaptor frame.
8874 Label adaptor;
8878 __ j(equal, &adaptor);
8893 // Arguments adaptor case: Check index against actual arguments
8894 // limit found in the arguments adaptor frame. Use unsigned
8896 __ bind(&adaptor);
8929 // Check if the calling frame is an arguments adaptor frame.
9760 Handle<Code> adaptor(Builtins::builtin(Builtins::ArgumentsAdaptorTrampoline));
9761 __ jmp(adaptor, RelocInfo::CODE_TARGET);