Searched refs:catchAllHandler (Results 1 – 4 of 4) sorted by relevance
28 public MInsn catchAllHandler; field in MTryBlock
192 if (mTryBlock.catchAllHandler == before) { in updateTryBlocksWithReplacementInsn()194 mTryBlock.catchAllHandler = after; in updateTryBlocksWithReplacementInsn()195 } else if (twoWay && mTryBlock.catchAllHandler == after) { in updateTryBlocksWithReplacementInsn()197 mTryBlock.catchAllHandler = before; in updateTryBlocksWithReplacementInsn()
290 mTryBlock.catchAllHandler = in readTryBlocks()293 if (mTryBlock.catchAllHandler == null) { in readTryBlocks()375 encodedCatchHandler.catchAllAddr = mTryBlock.catchAllHandler.location; in updateTryBlocks()
114 } else if (tryBlock.catchAllHandler != null) { in generateMutation()132 oldInsn = tryBlock.catchAllHandler; in generateMutation()197 tryBlock.catchAllHandler = newInsn; in applyMutation()