Searched refs:startInsn (Results 1 – 4 of 4) sorted by relevance
261 mTryBlock.startInsn = insnLocationMap.get(startLocation); in readTryBlocks()266 if (mTryBlock.startInsn == null) { in readTryBlocks()318 if (mTryBlock.startInsn.location > mTryBlock.endInsn.location) { in updateTryBlocks()320 MInsn tempInsn = mTryBlock.startInsn; in updateTryBlocks()321 mTryBlock.startInsn = mTryBlock.endInsn; in updateTryBlocks()332 if (first.endInsn.location > second.startInsn.location) { in updateTryBlocks()335 Log.debug("1st TryBlock goes from " + first.startInsn + " to " + first.endInsn); in updateTryBlocks()336 Log.debug("2nd TryBlock goes from " + second.startInsn + " to " + second.endInsn); in updateTryBlocks()340 MInsn newInsn = second.startInsn; in updateTryBlocks()346 second.startInsn = newInsn; in updateTryBlocks()[all …]
25 public MInsn startInsn; field in MTryBlock
178 if (mTryBlock.startInsn == before) { in updateTryBlocksWithReplacementInsn()180 mTryBlock.startInsn = after; in updateTryBlocksWithReplacementInsn()181 } else if (twoWay && mTryBlock.startInsn == after) { in updateTryBlocksWithReplacementInsn()183 mTryBlock.startInsn = before; in updateTryBlocksWithReplacementInsn()
125 oldInsn = tryBlock.startInsn; in generateMutation()186 tryBlock.startInsn = newInsn; in applyMutation()