Searched refs:startInsn (Results 1 – 4 of 4) sorted by relevance
261 mTryBlock.startInsn = insnLocationMap.get(startLocation); in readTryBlocks()273 if (mTryBlock.startInsn == null) { in readTryBlocks()325 if (mTryBlock.startInsn.location > mTryBlock.endInsn.location) { in updateTryBlocks()327 MInsn tempInsn = mTryBlock.startInsn; in updateTryBlocks()328 mTryBlock.startInsn = mTryBlock.endInsn; in updateTryBlocks()339 if (first.endInsn.location > second.startInsn.location) { in updateTryBlocks()342 Log.debug("1st TryBlock goes from " + first.startInsn + " to " + first.endInsn); in updateTryBlocks()343 Log.debug("2nd TryBlock goes from " + second.startInsn + " to " + second.endInsn); in updateTryBlocks()347 MInsn newInsn = second.startInsn; in updateTryBlocks()353 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()
128 oldInsn = tryBlock.startInsn; in generateMutation()189 tryBlock.startInsn = newInsn; in applyMutation()