Home | History | Annotate | Download | only in ia32

Lines Matching defs:arguments

80 // and arguments have been pushed on the stack left to right, with the
279 Variable* arguments = scope()->arguments();
280 if (arguments != NULL) {
281 // Function uses arguments object.
282 Comment cmnt(masm_, "[ Allocate arguments object");
295 // Arguments to ArgumentsAccessStub:
298 // previous stack frame was an arguments adapter frame.
305 SetVar(arguments, eax, ebx, edx);
2021 // Push holes for arguments to generator function.
2754 // Load the arguments.
2755 ZoneList<Expression*>* args = expr->arguments();
2845 // function using the given arguments.
2846 ZoneList<Expression*>* args = expr->arguments();
2851 // Push the arguments.
2856 // Push a copy of the function (found below the arguments) and
2881 // arguments.
2889 // Push the arguments ("left-to-right") on the stack.
2890 ZoneList<Expression*>* args = expr->arguments();
2930 // Push the arguments ("left-to-right") on the stack.
2931 ZoneList<Expression*>* args = expr->arguments();
2960 ZoneList<Expression*>* args = expr->arguments();
2981 ZoneList<Expression*>* args = expr->arguments();
3003 ZoneList<Expression*>* args = expr->arguments();
3025 ZoneList<Expression*>* args = expr->arguments();
3047 ZoneList<Expression*>* args = expr->arguments();
3074 ZoneList<Expression*>* args = expr->arguments();
3096 ZoneList<Expression*>* args = expr->arguments();
3118 ZoneList<Expression*>* args = expr->arguments();
3140 ZoneList<Expression*>* args = expr->arguments();
3162 ZoneList<Expression*>* args = expr->arguments();
3186 ZoneList<Expression*>* args = expr->arguments();
3201 DCHECK(expr->arguments()->length() == 0);
3207 // Check if the calling frame is an arguments adaptor frame.
3213 // Arguments adaptor case: Read the arguments length from the
3224 ZoneList<Expression*>* args = expr->arguments();
3273 ZoneList<Expression*>* args = expr->arguments();
3292 ZoneList<Expression*>* args = expr->arguments();
3314 ZoneList<Expression*>* args = expr->arguments();
3350 ZoneList<Expression*>* args = expr->arguments();
3383 ZoneList<Expression*>* args = expr->arguments();
3412 ZoneList<Expression*>* args = expr->arguments();
3429 ZoneList<Expression*>* args = expr->arguments();
3450 ZoneList<Expression*>* args = expr->arguments();
3469 ZoneList<Expression*>* args = expr->arguments();
3515 ZoneList<Expression*>* args = expr->arguments();
3563 ZoneList<Expression*>* args = expr->arguments();
3565 // Push target, receiver and arguments onto the stack.
3584 ZoneList<Expression*>* args = expr->arguments();
3608 ZoneList<Expression*>* args = expr->arguments();
3622 ZoneList<Expression*>* args = expr->arguments();
3637 ZoneList<Expression*>* args = expr->arguments();
3902 DCHECK(expr->arguments()->length() == 0);
3912 ZoneList<Expression*>* args = expr->arguments();
3949 ZoneList<Expression*>* args = expr->arguments();
3961 ZoneList<Expression*>* args = expr->arguments();
3972 // Push the arguments ("left-to-right").
3996 // Push the arguments ("left-to-right").