Searched defs:ex_offset (Results 1 - 4 of 4) sorted by relevance

/art/compiler/dex/quick/mips/
H A Dcall_mips.cc262 int ex_offset = Thread::ExceptionOffset<4>().Int32Value(); local
265 LoadRefDisp(rs_rMIPS_SELF, ex_offset, rl_result.reg, kNotVolatile);
267 StoreRefDisp(rs_rMIPS_SELF, ex_offset, reset_reg, kNotVolatile);
/art/compiler/dex/quick/x86/
H A Dcall_x86.cc176 int ex_offset = cu_->target64 ? local
180 NewLIR2(cu_->target64 ? kX86Mov64RT : kX86Mov32RT, rl_result.reg.GetReg(), ex_offset);
181 NewLIR2(cu_->target64 ? kX86Mov64TI : kX86Mov32TI, ex_offset, 0);
/art/compiler/dex/quick/arm/
H A Dcall_arm.cc314 int ex_offset = Thread::ExceptionOffset<4>().Int32Value(); local
317 LoadRefDisp(rs_rARM_SELF, ex_offset, rl_result.reg, kNotVolatile);
319 StoreRefDisp(rs_rARM_SELF, ex_offset, reset_reg, kNotVolatile);
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc280 int ex_offset = Thread::ExceptionOffset<8>().Int32Value(); local
282 LoadRefDisp(rs_xSELF, ex_offset, rl_result.reg, kNotVolatile);
283 StoreRefDisp(rs_xSELF, ex_offset, rs_xzr, kNotVolatile);

Completed in 6 milliseconds