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.cc264 RegStorage reset_reg = AllocTempRef(); in GenMoveException() local
266 LoadConstant(reset_reg, 0); in GenMoveException()
267 StoreRefDisp(rs_rMIPS_SELF, ex_offset, reset_reg, kNotVolatile); in GenMoveException()
268 FreeTemp(reset_reg); in GenMoveException()
/art/compiler/dex/quick/arm/
Dcall_arm.cc316 RegStorage reset_reg = AllocTempRef(); in GenMoveException() local
318 LoadConstant(reset_reg, 0); in GenMoveException()
319 StoreRefDisp(rs_rARM_SELF, ex_offset, reset_reg, kNotVolatile); in GenMoveException()
320 FreeTemp(reset_reg); in GenMoveException()