Lines Matching refs:t9
157 la $t9, artDeliverPendingExceptionFromCode
158 jr $t9 # artDeliverPendingExceptionFromCode(Thread*, $sp)
253 lw $t9, 100($a0)
275 la $t9, artDeliverExceptionFromCode
276 jr $t9 # artDeliverExceptionFromCode(Throwable*, Thread*, $sp)
288 la $t9, artThrowNullPointerExceptionFromCode
289 jr $t9 # artThrowNullPointerExceptionFromCode(Thread*, $sp)
301 la $t9, artThrowDivZeroFromCode
302 jr $t9 # artThrowDivZeroFromCode(Thread*, $sp)
314 la $t9, artThrowArrayBoundsFromCode
315 jr $t9 # artThrowArrayBoundsFromCode(index, limit, Thread*, $sp)
327 la $t9, artThrowStackOverflowFromCode
328 jr $t9 # artThrowStackOverflowFromCode(Thread*, $sp)
340 la $t9, artThrowNoSuchMethodFromCode
341 jr $t9 # artThrowNoSuchMethodFromCode(method_idx, Thread*, $sp)
377 move $t9, $v1 # save $v0->code_
381 jr $t9
438 lw $t9, METHOD_CODE_OFFSET($a0) # get pointer to the code
439 jalr $t9 # call the method
901 move $t9, $v0 # code pointer must be in $t9 to generate the global pointer
944 move $t9, $v0 # $t9 holds reference to code
949 jalr $t9 # call method
956 addiu $t9, $ra, 4 # put current address into $t9 to rebuild $gp