Home | History | Annotate | Download | only in mips64

Lines Matching refs:holds

60     sd     $t8, 136($sp)           # t8 holds caller's gp, now save it to the stack.
117 sd $t8, 56($sp) # t8 holds caller's gp, now save it to the stack.
204 sd $t8, 184($sp) # t8 holds caller's gp, now save it to the stack.
616 sd $t8, 80($sp) # t8 holds caller's gp, now save it to the stack.
807 * the bottom of the thread. On entry a0 holds Throwable*
1620 * exception on error. On success the String is returned. A0 holds the string index. The fast
1664 * r0 holds the proxy method; r1, r2 and r3 may contain arguments.
1686 * t0 is a hidden argument that holds the target interface method's dex method index.
1841 move $t9, $v0 # $t9 holds reference to code
1907 /* $a0 holds address of "this" */
1908 /* $a1 holds address of "anotherString" */
1924 # $t2 now holds min(this.length(),anotherString.length())
1998 /* $a0 holds address of "this" */
1999 /* $a1 holds "ch" */
2000 /* $a2 holds "fromIndex" */
2009 srl $t0, $a3, 1 # $a3 holds count (with flag) and $t0 holds actual length