Home | History | Annotate | Download | only in arm

Lines Matching defs:argument

53   //  -- sp[0]              : last argument
55 // -- sp[4 * (argc - 1)] : first argument (argc == r0)
304 // sp[0]: last argument
335 // Check for one argument. Bail out if argument is not smi or if it is
341 __ ldr(r2, MemOperand(sp)); // Get the argument from the stack.
354 // sp[0]: argument
366 // Setup return value, remove receiver and argument from stack and return.
378 // sp[0]: last argument
399 // sp[0]: last argument
513 Register argument = r2;
518 argument, // Result.
528 // -- r2 : argument converted to string
558 __ str(argument, FieldMemOperand(r0, JSValue::kValueOffset));
565 // The argument was not found in the number to string cache. Check
577 __ mov(argument, r0);
590 __ mov(argument, r0);
594 // stack, and jump back to the case where the argument is a string.
596 __ LoadRoot(argument, Heap::kEmptyStringRootIndex);
600 // At this point the argument is already a string. Call runtime to
605 __ push(argument);
857 argument for Runtime_NewObject
883 // Setup pointer to last argument.
891 // r2: address of last argument (caller sp)
1007 // Set up the context from the function argument.
1081 // Push the function on the stack as the argument to the runtime function.
1104 // Push the function on the stack as the argument to the runtime function.
1183 // argument to the on-stack replacement function.
1210 // 1. Make sure we have at least one argument.
1231 // 3a. Patch the first argument if necessary when calling a function.
1251 // r2: first argument
1268 __ EnterInternalFrame(); // In order to preserve argument count.
1300 // 3b. Patch the first argument when calling a non-function. The
1302 // receiver, so overwrite the first argument which will ultimately
1313 // (overwriting the original receiver). Adjust argument count to make
1314 // the original first argument the new receiver.
1329 // (which is a copy of the last argument).
1467 // Load the current argument from the arguments array and push it to the
1469 // r0: current argument index
1566 __ cmp(r0, r2); // Compare before moving to next argument.
1594 __ cmp(r0, fp); // Compare before moving to next argument.