Searched refs:jr (Results 1 – 3 of 3) sorted by relevance
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 146 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 …]
|
D | jni_entrypoints_mips.S | 51 jr $t9 # leaf call to method's code
|
/art/compiler/dex/quick/mips/ |
D | assemble_mips.cc | 501 LIR* jr = RawLIR(dalvik_offset, kMipsJr, rAT); in ConvertShortToLongBranch() local 502 InsertLIRBefore(lir, jr); in ConvertShortToLongBranch()
|