Searched refs:ex_offset (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 125 int ex_offset = cu_->target64 ? in GenMoveException() local 129 NewLIR2(cu_->target64 ? kX86Mov64RT : kX86Mov32RT, rl_result.reg.GetReg(), ex_offset); in GenMoveException() 130 NewLIR2(cu_->target64 ? kX86Mov64TI : kX86Mov32TI, ex_offset, 0); in GenMoveException()
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 215 int ex_offset = cu_->target64 ? Thread::ExceptionOffset<8>().Int32Value() : in GenMoveException() local 219 LoadRefDisp(TargetPtrReg(kSelf), ex_offset, rl_result.reg, kNotVolatile); in GenMoveException() 221 StoreRefDisp(TargetPtrReg(kSelf), ex_offset, reset_reg, kNotVolatile); in GenMoveException()
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 267 int ex_offset = Thread::ExceptionOffset<8>().Int32Value(); in GenMoveException() local 269 LoadRefDisp(rs_xSELF, ex_offset, rl_result.reg, kNotVolatile); in GenMoveException() 270 StoreRefDisp(rs_xSELF, ex_offset, rs_xzr, kNotVolatile); in GenMoveException()
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 339 int ex_offset = Thread::ExceptionOffset<4>().Int32Value(); in GenMoveException() local 342 LoadRefDisp(rs_rARM_SELF, ex_offset, rl_result.reg, kNotVolatile); in GenMoveException() 344 StoreRefDisp(rs_rARM_SELF, ex_offset, reset_reg, kNotVolatile); in GenMoveException()
|