Home
last modified time | relevance | path

Searched refs:ex_offset (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/x86/
Dcall_x86.cc125 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/
Dcall_mips.cc215 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/
Dcall_arm64.cc267 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/
Dcall_arm.cc339 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()