Searched refs:ex_offset (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 176 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/ |
D | call_mips.cc | 262 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/ |
D | call_arm64.cc | 280 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/ |
D | call_arm.cc | 314 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()
|