Home | History | Annotate | Download | only in mips

Lines Matching refs:arguments

124 // and arguments have been pushed on the stack left to right.  The actual
235 Variable* arguments = scope()->arguments();
236 if (arguments != NULL) {
237 // Function uses arguments object.
238 Comment cmnt(masm_, "[ Allocate arguments object");
253 // Arguments to ArgumentsAccessStub:
256 // stack frame was an arguments adapter frame.
268 SetVar(arguments, v0, a1, a2);
2160 // Push holes for the rest of the arguments to the generator function.
2272 // Call load IC. It has arguments receiver and property name a0 and a2.
2281 // Call keyed load IC. It has arguments key and receiver in a0 and a1.
2297 // Get the arguments.
2515 // RecordWrite may destroy all its register arguments.
2583 // The arguments are:
2632 ZoneList<Expression*>* args = expr->arguments();
2665 ZoneList<Expression*>* args = expr->arguments();
2688 ZoneList<Expression*>* args = expr->arguments();
2758 // arguments.
2759 arguments();
2767 // Push the arguments.
2772 // Push a copy of the function (found below the arguments) and
2871 // arguments.
2878 // Push the arguments ("left-to-right") on the stack.
2879 ZoneList<Expression*>* args = expr->arguments();
2908 ZoneList<Expression*>* args = expr->arguments();
2929 ZoneList<Expression*>* args = expr->arguments();
2950 ZoneList<Expression*>* args = expr->arguments();
2981 ZoneList<Expression*>* args = expr->arguments();
3004 ZoneList<Expression*>* args = expr->arguments();
3029 ZoneList<Expression*>* args = expr->arguments();
3115 ZoneList<Expression*>* args = expr->arguments();
3138 ZoneList<Expression*>* args = expr->arguments();
3161 ZoneList<Expression*>* args = expr->arguments();
3183 ASSERT(expr->arguments()->length() == 0);
3195 // Skip the arguments adaptor frame if it exists.
3214 ZoneList<Expression*>* args = expr->arguments();
3237 ZoneList<Expression*>* args = expr->arguments();
3252 ASSERT(expr->arguments()->length() == 0);
3257 // Check if the calling frame is an arguments adaptor frame.
3263 // Arguments adaptor case: Read the arguments length from the
3273 ZoneList<Expression*>* args = expr->arguments();
3339 // 2 (array): Arguments to the format string.
3340 ZoneList<Expression*>* args = expr->arguments();
3355 ASSERT(expr->arguments()->length() == 0);
3397 // Load the arguments on the stack and call the stub.
3399 ZoneList<Expression*>* args = expr->arguments();
3410 // Load the arguments on the stack and call the stub.
3412 ZoneList<Expression*>* args = expr->arguments();
3424 ZoneList<Expression*>* args = expr->arguments();
3444 ZoneList<Expression*>* args = expr->arguments();
3514 ZoneList<Expression*>* args = expr->arguments();
3544 ZoneList<Expression*>* args = expr->arguments();
3574 // Load the arguments on the stack and call the runtime function.
3575 ZoneList<Expression*>* args = expr->arguments();
3586 ZoneList<Expression*>* args = expr->arguments();
3615 ZoneList<Expression*>* args = expr->arguments();
3628 ZoneList<Expression*>* args = expr->arguments();
3647 ZoneList<Expression*>* args = expr->arguments();
3694 ZoneList<Expression*>* args = expr->arguments();
3743 ZoneList<Expression*>* args = expr->arguments();
3755 ZoneList<Expression*>* args = expr->arguments();
3771 ZoneList<Expression*>* args = expr->arguments();
3784 ZoneList<Expression*>* args = expr->arguments();
3797 ZoneList<Expression*>* args = expr->arguments();
3810 ZoneList<Expression*>* args = expr->arguments();
3821 ZoneList<Expression*>* args = expr->arguments();
3830 ZoneList<Expression*>* args = expr->arguments();
3864 ZoneList<Expression*>* args = expr->arguments();
3875 ZoneList<Expression*>* args = expr->arguments();
3929 ZoneList<Expression*>* args = expr->arguments();
3966 ZoneList<Expression*>* args = expr->arguments();
3987 ZoneList<Expression*>* args = expr->arguments();
4005 ZoneList<Expression*>* args = expr->arguments();
4247 ZoneList<Expression*>* args = expr->arguments();
4256 // Push the arguments ("left-to-right").