Home
last modified time | relevance | path

Searched refs:reset_reg (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/mips/
Dcall_mips.cc218 RegStorage reset_reg = AllocTempRef(); in GenMoveException() local
220 LoadConstant(reset_reg, 0); in GenMoveException()
221 StoreRefDisp(TargetPtrReg(kSelf), ex_offset, reset_reg, kNotVolatile); in GenMoveException()
222 FreeTemp(reset_reg); in GenMoveException()
/art/compiler/dex/quick/arm/
Dcall_arm.cc341 RegStorage reset_reg = AllocTempRef(); in GenMoveException() local
343 LoadConstant(reset_reg, 0); in GenMoveException()
344 StoreRefDisp(rs_rARM_SELF, ex_offset, reset_reg, kNotVolatile); in GenMoveException()
345 FreeTemp(reset_reg); in GenMoveException()