Home
last modified time | relevance | path

Searched refs:catchAllHandler (Results 1 – 4 of 4) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/
DMTryBlock.java28 public MInsn catchAllHandler; field in MTryBlock
DMutatableCode.java192 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()
DCodeTranslator.java290 mTryBlock.catchAllHandler = in readTryBlocks()
293 if (mTryBlock.catchAllHandler == null) { in readTryBlocks()
375 encodedCatchHandler.catchAllAddr = mTryBlock.catchAllHandler.location; in updateTryBlocks()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DTryBlockShifter.java114 } else if (tryBlock.catchAllHandler != null) { in generateMutation()
132 oldInsn = tryBlock.catchAllHandler; in generateMutation()
197 tryBlock.catchAllHandler = newInsn; in applyMutation()