Lines Matching refs:argument

85     addiu  $sp, $sp, -ARG_SLOT_SIZE               # reserve argument slots on the stack
132 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
137 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack
225 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
242 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
247 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack
375 addiu $sp, $sp, -16 # make space for argument slots for memcpy
557 * NOTE: "this" is first visable argument of the target, and so can be found in arg1/$a1.
598 lw $\reg, -4($\next_arg) # next_arg points to argument after the current one (offset is 4)
604 lw $\reg1, -8($\next_arg) # next_arg points to argument after the current one (offset is 8)
611 lwc1 $\reg, -4($\next_arg) # next_arg points to argument after the current one (offset is 4)
617 LDu $\reg1, $\reg2, -8, $\next_arg, $\tmp # next_arg points to argument after the current one
629 * a1 = argument array or null for no argument methods
630 * a2 = size of argument array in bytes
659 addiu $sp, $sp, -16 # make space for argument slots for memcpy
664 addiu $t0, $sp, 8 # t0 = pointer to the current argument (skip ArtMethod* and this*)
687 LOAD_WORD_TO_REG a2, t0, t3, loop # a2 = current argument, gpr_index++
690 LOAD_WORD_TO_REG a3, t0, t3, loop # a3 = current argument, gpr_index++
755 * a1 = argument array or null for no argument methods
756 * a2 = size of argument array in bytes
785 addiu $sp, $sp, -16 # make space for argument slots for memcpy
789 addiu $t0, $sp, 4 # t0 = pointer to the current argument (skip ArtMethod*)
812 LOAD_WORD_TO_REG a1, t0, t3, loopS # a1 = current argument, gpr_index++
815 LOAD_WORD_TO_REG a2, t0, t3, loopS # a2 = current argument, gpr_index++
818 LOAD_WORD_TO_REG a3, t0, t3, loopS # a3 = current argument, gpr_index++
958 addiu $sp, $sp, -16 # reserve argument slots on the stack
1021 addiu $sp, $sp, -16 # Use branch delay slot to reserve argument slots on the stack
1113 addiu $sp, $sp, -16 # reserve argument slots on the stack
1594 move $a2, $s1 # Pass self as argument.
1670 * t0 is a hidden argument that holds the target interface method's dex method index.