Home | History | Annotate | Download | only in x87

Lines Matching defs:arguments

80 // and arguments have been pushed on the stack left to right, with the
276 Variable* arguments = scope()->arguments();
277 if (arguments != NULL) {
278 // Function uses arguments object.
279 Comment cmnt(masm_, "[ Allocate arguments object");
292 // Arguments to ArgumentsAccessStub:
295 // previous stack frame was an arguments adapter frame.
302 SetVar(arguments, eax, ebx, edx);
2013 // Push holes for arguments to generator function.
2746 // Load the arguments.
2747 ZoneList<Expression*>* args = expr->arguments();
2837 // function using the given arguments.
2838 ZoneList<Expression*>* args = expr->arguments();
2843 // Push the arguments.
2848 // Push a copy of the function (found below the arguments) and
2873 // arguments.
2881 // Push the arguments ("left-to-right") on the stack.
2882 ZoneList<Expression*>* args = expr->arguments();
2922 // Push the arguments ("left-to-right") on the stack.
2923 ZoneList<Expression*>* args = expr->arguments();
2952 ZoneList<Expression*>* args = expr->arguments();
2973 ZoneList<Expression*>* args = expr->arguments();
2995 ZoneList<Expression*>* args = expr->arguments();
3017 ZoneList<Expression*>* args = expr->arguments();
3039 ZoneList<Expression*>* args = expr->arguments();
3066 ZoneList<Expression*>* args = expr->arguments();
3088 ZoneList<Expression*>* args = expr->arguments();
3110 ZoneList<Expression*>* args = expr->arguments();
3132 ZoneList<Expression*>* args = expr->arguments();
3154 ZoneList<Expression*>* args = expr->arguments();
3178 ZoneList<Expression*>* args = expr->arguments();
3193 DCHECK(expr->arguments()->length() == 0);
3199 // Check if the calling frame is an arguments adaptor frame.
3205 // Arguments adaptor case: Read the arguments length from the
3216 ZoneList<Expression*>* args = expr->arguments();
3265 ZoneList<Expression*>* args = expr->arguments();
3284 ZoneList<Expression*>* args = expr->arguments();
3306 ZoneList<Expression*>* args = expr->arguments();
3342 ZoneList<Expression*>* args = expr->arguments();
3375 ZoneList<Expression*>* args = expr->arguments();
3404 ZoneList<Expression*>* args = expr->arguments();
3421 ZoneList<Expression*>* args = expr->arguments();
3442 ZoneList<Expression*>* args = expr->arguments();
3461 ZoneList<Expression*>* args = expr->arguments();
3507 ZoneList<Expression*>* args = expr->arguments();
3555 ZoneList<Expression*>* args = expr->arguments();
3557 // Push target, receiver and arguments onto the stack.
3576 ZoneList<Expression*>* args = expr->arguments();
3600 ZoneList<Expression*>* args = expr->arguments();
3614 ZoneList<Expression*>* args = expr->arguments();
3629 ZoneList<Expression*>* args = expr->arguments();
3894 DCHECK(expr->arguments()->length() == 0);
3904 ZoneList<Expression*>* args = expr->arguments();
3941 ZoneList<Expression*>* args = expr->arguments();
3953 ZoneList<Expression*>* args = expr->arguments();
3964 // Push the arguments ("left-to-right").
3988 // Push the arguments ("left-to-right").