Home
last modified time | relevance | path

Searched refs:jalr (Results 1 – 5 of 5) sorted by relevance

/art/runtime/arch/mips/
Dquick_entrypoints_mips.S165 jalr $zero, $ra
285 jalr $zero, $t9 # artDeliverPendingExceptionFromCode(Thread*)
294 jalr $zero, $ra
304 jalr $zero, $ra # return on success
314 jalr $zero, $ra # return on success
376 jalr $zero, $ra # do long jump
388 jalr $zero, $t9 # artDeliverExceptionFromCode(Throwable*, Thread*)
399 jalr $zero, $t9 # artThrowNullPointerExceptionFromCode(Thread*)
410 jalr $zero, $t9 # artThrowDivZeroFromCode(Thread*)
421 jalr $zero, $t9 # artThrowArrayBoundsFromCode(index, limit, Thread*)
[all …]
Djni_entrypoints_mips.S50 jalr $zero, $t9 # leaf call to method's code
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S185 jalr $zero, $ra
541 jalr $zero, $t9
677 jalr $t9 # call the method
706 jalr $zero, $ra
712 jalr $zero, $ra
779 jalr $t9 # call the method
808 jalr $zero, $ra
814 jalr $zero, $ra
1375 jalr $zero, $t9
1390 jalr $zero, $t9 # tail call to method
[all …]
Djni_entrypoints_mips64.S74 jalr $zero, $t9 # leaf call to method's code
/art/compiler/dex/quick/mips/
Dassemble_mips.cc635 LIR* jalr = RawLIR(dalvik_offset, kMipsJalr, rZERO, rAT); in ConvertShortToLongBranch() local
636 InsertLIRBefore(lir, jalr); in ConvertShortToLongBranch()