Lines Matching refs:arguments
115 // and arguments have been pushed on the stack left to right. The actual
231 Variable* arguments = scope()->arguments();
232 if (arguments != NULL) {
233 // Function uses arguments object.
234 Comment cmnt(masm_, "[ Allocate arguments object");
249 // Arguments to ArgumentsAccessStub:
252 // stack frame was an arguments adapter frame.
264 SetVar(arguments, r0, r1, r2);
2151 // Push holes for the rest of the arguments to the generator function.
2263 // Call load IC. It has arguments receiver and property name r0 and r2.
2271 // Call keyed load IC. It has arguments key and receiver in r0 and r1.
2287 // Get the arguments.
2498 // RecordWrite may destroy all its register arguments.
2609 ZoneList<Expression*>* args = expr->arguments();
2642 ZoneList<Expression*>* args = expr->arguments();
2665 ZoneList<Expression*>* args = expr->arguments();
2735 // arguments.
2736 ZoneList<Expression*>* args = expr->arguments();
2744 // Push the arguments.
2749 // Push a copy of the function (found below the arguments) and
2849 // arguments.
2856 // Push the arguments ("left-to-right") on the stack.
2857 ZoneList<Expression*>* args = expr->arguments();
2886 ZoneList<Expression*>* args = expr->arguments();
2907 ZoneList<Expression*>* args = expr->arguments();
2928 ZoneList<Expression*>* args = expr->arguments();
2961 ZoneList<Expression*>* args = expr->arguments();
2983 ZoneList<Expression*>* args = expr->arguments();
3008 ZoneList<Expression*>* args = expr->arguments();
3095 ZoneList<Expression*>* args = expr->arguments();
3117 ZoneList<Expression*>* args = expr->arguments();
3139 ZoneList<Expression*>* args = expr->arguments();
3162 ASSERT(expr->arguments()->length() == 0);
3174 // Skip the arguments adaptor frame if it exists.
3193 ZoneList<Expression*>* args = expr->arguments();
3217 ZoneList<Expression*>* args = expr->arguments();
3232 ASSERT(expr->arguments()->length() == 0);
3237 // Check if the calling frame is an arguments adaptor frame.
3243 // Arguments adaptor case: Read the arguments length from the
3253 ZoneList<Expression*>* args = expr->arguments();
3320 // 2 (array): Arguments to the format string.
3321 ZoneList<Expression*>* args = expr->arguments();
3336 ASSERT(expr->arguments()->length() == 0);
3380 // Load the arguments on the stack and call the stub.
3382 ZoneList<Expression*>* args = expr->arguments();
3393 // Load the arguments on the stack and call the stub.
3395 ZoneList<Expression*>* args = expr->arguments();
3407 ZoneList<Expression*>* args = expr->arguments();
3425 ZoneList<Expression*>* args = expr->arguments();
3497 ZoneList<Expression*>* args = expr->arguments();
3525 ZoneList<Expression*>* args = expr->arguments();
3555 // Load the arguments on the stack and call the runtime function.
3556 ZoneList<Expression*>* args = expr->arguments();
3567 ZoneList<Expression*>* args = expr->arguments();
3595 ZoneList<Expression*>* args = expr->arguments();
3607 ZoneList<Expression*>* args = expr->arguments();
3625 ZoneList<Expression*>* args = expr->arguments();
3670 ZoneList<Expression*>* args = expr->arguments();
3717 ZoneList<Expression*>* args = expr->arguments();
3729 ZoneList<Expression*>* args = expr->arguments();
3744 ZoneList<Expression*>* args = expr->arguments();
3756 ZoneList<Expression*>* args = expr->arguments();
3768 ZoneList<Expression*>* args = expr->arguments();
3780 ZoneList<Expression*>* args = expr->arguments();
3790 ZoneList<Expression*>* args = expr->arguments();
3799 ZoneList<Expression*>* args = expr->arguments();
3833 ZoneList<Expression*>* args = expr->arguments();
3844 ZoneList<Expression*>* args = expr->arguments();
3894 ZoneList<Expression*>* args = expr->arguments();
3935 ZoneList<Expression*>* args = expr->arguments();
3955 ZoneList<Expression*>* args = expr->arguments();
3973 ZoneList<Expression*>* args = expr->arguments();
4214 ZoneList<Expression*>* args = expr->arguments();
4223 // Push the arguments ("left-to-right").