Home | History | Annotate | Download | only in ia32

Lines Matching refs:arguments

430 // Reserves space for the extra arguments to API function in the
433 // These arguments are set by CheckPrototypes and GenerateFastApiCall.
485 // Pass the additional arguments.
497 // Prepare arguments.
500 const int kApiArgc = 1; // API function gets reference to the v8::Arguments.
502 // Allocate the v8::Arguments structure in the arguments' space since
508 __ mov(ApiParameterOperand(1), eax); // v8::Arguments::implicit_args_.
510 __ mov(ApiParameterOperand(2), eax); // v8::Arguments::values_.
511 __ Set(ApiParameterOperand(3), Immediate(argc)); // v8::Arguments::length_.
512 // v8::Arguments::is_construct_call_.
529 const ParameterCount& arguments,
533 arguments_(arguments),
1038 // Save a pointer to where we pushed the arguments pointer.
1047 // 3 elements array for v8::Arguments::values_, handler for name and pointer
1055 __ mov(ApiParameterOperand(1), ebx); // arguments pointer.
1258 // Get the number of arguments.
1259 const int argc = arguments().immediate();
1306 isolate()->stub_cache()->ComputeCallMiss(arguments().immediate(),
1329 const int argc = arguments().immediate();
1357 __ InvokeFunction(edi, arguments(), JUMP_FUNCTION,
1393 const int argc = arguments().immediate();
1600 const int argc = arguments().immediate();
1677 const int argc = arguments().immediate();
1760 const int argc = arguments().immediate();
1840 const int argc = arguments().immediate();
1843 // arguments, bail out to the regular call.
1889 __ InvokeFunction(function, arguments(), JUMP_FUNCTION,
1921 const int argc = arguments().immediate();
1924 // arguments, bail out to the regular call.
2019 __ InvokeFunction(function, arguments(), JUMP_FUNCTION,
2045 const int argc = arguments().immediate();
2048 // arguments, bail out to the regular call.
2124 __ InvokeFunction(function, arguments(), JUMP_FUNCTION,
2158 const int argc = arguments().immediate();
2168 // Allocate space for v8::Arguments implicit values. Must be initialized
2220 const int argc = arguments().immediate();
2312 __ InvokeFunction(function, arguments(), JUMP_FUNCTION,
2338 // Get the number of arguments.
2339 const int argc = arguments().immediate();
2347 CallInterceptorCompiler compiler(this, arguments(), ecx, extra_state_);
2371 __ InvokeFunction(edi, arguments(), JUMP_FUNCTION,
2406 // Get the number of arguments.
2407 const int argc = arguments().immediate();
2431 expected, arguments(), JUMP_FUNCTION,
3186 // allocated object and the return address on top of the argc arguments.
3238 // Remove caller arguments and receiver from the stack and return.