Home
last modified time | relevance | path

Searched refs:jr (Results 1 – 3 of 3) sorted by relevance

/art/runtime/arch/mips/
Dquick_entrypoints_mips.S146 jr $ra
229 jr $t9 # artDeliverPendingExceptionFromCode(Thread*, $sp)
238 jr $ra
248 jr $ra # return on success
258 jr $ra # return on success
335 jr $ra # do long jump
349 jr $t9 # artDeliverExceptionFromCode(Throwable*, Thread*, $sp)
363 jr $t9 # artThrowNullPointerExceptionFromCode(Thread*, $sp)
376 jr $t9 # artThrowDivZeroFromCode(Thread*, $sp)
390 jr $t9 # artThrowArrayBoundsFromCode(index, limit, Thread*, $sp)
[all …]
Djni_entrypoints_mips.S51 jr $t9 # leaf call to method's code
/art/compiler/dex/quick/mips/
Dassemble_mips.cc501 LIR* jr = RawLIR(dalvik_offset, kMipsJr, rAT); in ConvertShortToLongBranch() local
502 InsertLIRBefore(lir, jr); in ConvertShortToLongBranch()