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