Home | History | Annotate | Download | only in x64

Lines Matching refs:arguments

82 // and arguments have been pushed on the stack left to right, with the
234 // Possibly allocate an arguments object.
235 Variable* arguments = scope()->arguments();
236 if (arguments != NULL) {
237 // Arguments object must be allocated after the context object, in
238 // case the "arguments" or ".arguments" variables are in the context.
239 Comment cmnt(masm_, "[ Allocate arguments object");
252 // Arguments to ArgumentsAccessStub:
255 // stack frame was an arguments adapter frame.
267 SetVar(arguments, rax, rbx, rdx);
2114 // Push holes for arguments to generator function.
2572 // Load the arguments.
2573 ZoneList<Expression*>* args = expr->arguments();
2637 // Then we call the resolved function using the given arguments.
2638 ZoneList<Expression*>* args = expr->arguments();
2644 // Push the arguments.
2649 // Push a copy of the function (found below the arguments) and resolve
2739 // arguments.
2746 // Push the arguments ("left-to-right") on the stack.
2747 ZoneList<Expression*>* args = expr->arguments();
2779 ZoneList<Expression*>* args = expr->arguments();
2800 ZoneList<Expression*>* args = expr->arguments();
2821 ZoneList<Expression*>* args = expr->arguments();
2853 ZoneList<Expression*>* args = expr->arguments();
2875 ZoneList<Expression*>* args = expr->arguments();
2900 ZoneList<Expression*>* args = expr->arguments();
2983 ZoneList<Expression*>* args = expr->arguments();
3005 ZoneList<Expression*>* args = expr->arguments();
3032 ZoneList<Expression*>* args = expr->arguments();
3054 ZoneList<Expression*>* args = expr->arguments();
3077 ASSERT(expr->arguments()->length() == 0);
3089 // Skip the arguments adaptor frame if it exists.
3108 ZoneList<Expression*>* args = expr->arguments();
3132 ZoneList<Expression*>* args = expr->arguments();
3147 ASSERT(expr->arguments()->length() == 0);
3153 // Check if the calling frame is an arguments adaptor frame.
3159 // Arguments adaptor case: Read the arguments length from the
3170 ZoneList<Expression*>* args = expr->arguments();
3231 // Load the arguments on the stack and call the stub.
3233 ZoneList<Expression*>* args = expr->arguments();
3244 // Load the arguments on the stack and call the stub.
3246 ZoneList<Expression*>* args = expr->arguments();
3258 ZoneList<Expression*>* args = expr->arguments();
3277 ZoneList<Expression*>* args = expr->arguments();
3324 ZoneList<Expression*>* args = expr->arguments();
3357 ZoneList<Expression*>* args = expr->arguments();
3390 // Load the arguments on the stack and call the runtime function.
3391 ZoneList<Expression*>* args = expr->arguments();
3402 ZoneList<Expression*>* args = expr->arguments();
3430 ZoneList<Expression*>* args = expr->arguments();
3443 ZoneList<Expression*>* args = expr->arguments();
3462 ZoneList<Expression*>* args = expr->arguments();
3508 ZoneList<Expression*>* args = expr->arguments();
3556 ZoneList<Expression*>* args = expr->arguments();
3569 ZoneList<Expression*>* args = expr->arguments();
3582 ZoneList<Expression*>* args = expr->arguments();
3615 ZoneList<Expression*>* args = expr->arguments();
3628 ZoneList<Expression*>* args = expr->arguments();
3685 ZoneList<Expression*>* args = expr->arguments();
3708 ZoneList<Expression*>* args = expr->arguments();
3726 ZoneList<Expression*>* args = expr->arguments();
4016 ZoneList<Expression*>* args = expr->arguments();
4033 // Push the arguments ("left-to-right").
4049 // Push the arguments ("left-to-right").