Home | History | Annotate | Download | only in x64

Lines Matching refs:arguments

404 // Reserves space for the extra arguments to API function in the
407 // These arguments are set by CheckPrototypes and GenerateFastApiCall.
467 // Pass the additional arguments.
485 // Prepare arguments.
506 // Allocate the v8::Arguments structure in the arguments' space since
512 __ movq(StackSpaceOperand(0), rbx); // v8::Arguments::implicit_args_.
514 __ movq(StackSpaceOperand(1), rbx); // v8::Arguments::values_.
515 __ Set(StackSpaceOperand(2), argc); // v8::Arguments::length_.
516 // v8::Arguments::is_construct_call_.
538 const ParameterCount& arguments,
542 arguments_(arguments),
1303 // Save a pointer to where we pushed the arguments pointer. This will be
1329 // v8::Arguments::values_ and handler for name.
1343 // could be used to pass arguments.
1473 // Get the number of arguments.
1474 const int argc = arguments().immediate();
1517 isolate()->stub_cache()->ComputeCallMiss(arguments().immediate(),
1542 const int argc = arguments().immediate();
1571 __ InvokeFunction(rdi, arguments(), JUMP_FUNCTION,
1593 const int argc = arguments().immediate();
1651 const int argc = arguments().immediate();
1902 const int argc = arguments().immediate();
1980 const int argc = arguments().immediate();
2061 const int argc = arguments().immediate();
2140 // arguments, bail out to the regular call.
2141 const int argc = arguments().immediate();
2184 __ InvokeFunction(function, expected, arguments(),
2224 // arguments, bail out to the regular call.
2225 const int argc = arguments().immediate();
2301 __ InvokeFunction(function, expected, arguments(),
2334 const int argc = arguments().immediate();
2344 // Allocate space for v8::Arguments implicit values. Must be initialized
2388 const int argc = arguments().immediate();
2487 __ InvokeFunction(function, expected, arguments(),
2533 // Get the number of arguments.
2534 const int argc = arguments().immediate();
2542 CallInterceptorCompiler compiler(this, arguments(), rcx, extra_state_);
2566 __ InvokeFunction(rdi, arguments(), JUMP_FUNCTION,
2605 // Get the number of arguments.
2606 const int argc = arguments().immediate();
2630 __ InvokeCode(rdx, expected, arguments(), JUMP_FUNCTION,