Home | History | Annotate | Download | only in mips

Lines Matching refs:artReadBarrierSlow

1450     la     $t9, artReadBarrierSlow
1451 jalr $t9 # artReadBarrierSlow(ref, rObj, offset)
1453 # before the call to artReadBarrierSlow.
1454 addiu $sp, $sp, 16 # restore stack after call to artReadBarrierSlow
1455 # No need to unpoison return value in v0, artReadBarrierSlow() would do the unpoisoning.
1481 .extern artReadBarrierSlow