HomeSort by relevance Sort by last modified time
    Searched refs:rs_rMIPS_SELF (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/quick/mips/
call_mips.cc 265 LoadRefDisp(rs_rMIPS_SELF, ex_offset, rl_result.reg, kNotVolatile);
267 StoreRefDisp(rs_rMIPS_SELF, ex_offset, reset_reg, kNotVolatile);
280 LoadWordDisp(rs_rMIPS_SELF, Thread::CardTableOffset<4>().Int32Value(), reg_card_base);
312 Load32Disp(rs_rMIPS_SELF, Thread::StackEndOffset<4>().Int32Value(), check_reg);
target_mips.cc 89 case kSelf: res_reg = rs_rMIPS_SELF; break;
482 LoadWordDisp(rs_rMIPS_SELF, GetThreadOffset<4>(trampoline).Int32Value(), rs_rT9);
489 LoadWordDisp(rs_rMIPS_SELF, Thread::ThreadSuspendTriggerOffset<4>().Int32Value(), tmp);
mips_lir.h 325 #define rs_rMIPS_SELF rs_rS1

Completed in 90 milliseconds