Lines Matching defs:arguments

123 // and arguments have been pushed on the stack left to right.  The actual
226 Variable* arguments = scope()->arguments();
227 if (arguments != NULL) {
228 // Function uses arguments object.
229 Comment cmnt(masm_, "[ Allocate arguments object");
247 // stack frame was an arguments adapter frame.
259 SetVar(arguments, r0, r1, r2);
1808 // Call load IC. It has arguments receiver and property name r0 and r2.
1816 // Call keyed load IC. It has arguments key and receiver in r0 and r1.
1832 // Get the arguments.
2046 // RecordWrite may destroy all its register arguments.
2209 ZoneList<Expression*>* args = expr->arguments();
2242 ZoneList<Expression*>* args = expr->arguments();
2265 ZoneList<Expression*>* args = expr->arguments();
2326 // arguments.
2327 ZoneList<Expression*>* args = expr->arguments();
2335 // Push the arguments.
2340 // Push a copy of the function (found below the arguments) and
2440 // arguments.
2447 // Push the arguments ("left-to-right") on the stack.
2448 ZoneList<Expression*>* args = expr->arguments();
2484 ZoneList<Expression*>* args = expr->arguments();
2505 ZoneList<Expression*>* args = expr->arguments();
2526 ZoneList<Expression*>* args = expr->arguments();
2559 ZoneList<Expression*>* args = expr->arguments();
2581 ZoneList<Expression*>* args = expr->arguments();
2606 ZoneList<Expression*>* args = expr->arguments();
2691 ZoneList<Expression*>* args = expr->arguments();
2713 ZoneList<Expression*>* args = expr->arguments();
2735 ZoneList<Expression*>* args = expr->arguments();
2758 ASSERT(expr->arguments()->length() == 0);
2770 // Skip the arguments adaptor frame if it exists.
2789 ZoneList<Expression*>* args = expr->arguments();
2813 ZoneList<Expression*>* args = expr->arguments();
2828 ASSERT(expr->arguments()->length() == 0);
2833 // Check if the calling frame is an arguments adaptor frame.
2839 // Arguments adaptor case: Read the arguments length from the
2849 ZoneList<Expression*>* args = expr->arguments();
2917 ZoneList<Expression*>* args = expr->arguments();
2932 ASSERT(expr->arguments()->length() == 0);
2985 // Load the arguments on the stack and call the stub.
2987 ZoneList<Expression*>* args = expr->arguments();
2998 // Load the arguments on the stack and call the stub.
3000 ZoneList<Expression*>* args = expr->arguments();
3012 ZoneList<Expression*>* args = expr->arguments();
3030 ZoneList<Expression*>* args = expr->arguments();
3074 // Load the arguments on the stack and call the runtime function.
3075 ZoneList<Expression*>* args = expr->arguments();
3090 ZoneList<Expression*>* args = expr->arguments();
3118 ZoneList<Expression*>* args = expr->arguments();
3130 ZoneList<Expression*>* args = expr->arguments();
3148 ZoneList<Expression*>* args = expr->arguments();
3193 ZoneList<Expression*>* args = expr->arguments();
3240 ZoneList<Expression*>* args = expr->arguments();
3252 ZoneList<Expression*>* args = expr->arguments();
3267 ZoneList<Expression*>* args = expr->arguments();
3279 ZoneList<Expression*>* args = expr->arguments();
3291 ZoneList<Expression*>* args = expr->arguments();
3303 ZoneList<Expression*>* args = expr->arguments();
3313 ZoneList<Expression*>* args = expr->arguments();
3322 ZoneList<Expression*>* args = expr->arguments();
3355 ZoneList<Expression*>* args = expr->arguments();
3366 ZoneList<Expression*>* args = expr->arguments();
3417 ZoneList<Expression*>* args = expr->arguments();
3458 ZoneList<Expression*>* args = expr->arguments();
3478 ZoneList<Expression*>* args = expr->arguments();
3498 ZoneList<Expression*>* args = expr->arguments();
3733 ZoneList<Expression*>* args = expr->arguments();
3742 // Push the arguments ("left-to-right").