Searched refs:startCodeAddress (Results 1 – 1 of 1) sorted by relevance
644 int startAddress = tryItem.startCodeAddress; in replaceInstructionAtAddress()645 int endAddress = tryItem.startCodeAddress + tryItem.tryLength; in replaceInstructionAtAddress()648 tryItem.startCodeAddress = newAddressByOriginalAddress.get(startAddress); in replaceInstructionAtAddress()651 … tryItem.tryLength = newAddressByOriginalAddress.get(endAddress) - tryItem.startCodeAddress; in replaceInstructionAtAddress()757 private int startCodeAddress; field in CodeItem.TryItem775 … public TryItem(int startCodeAddress, int tryLength, EncodedCatchHandler encodedCatchHandler) { in TryItem() argument776 this.startCodeAddress = startCodeAddress; in TryItem()789 startCodeAddress = in.readInt(); in TryItem()804 out.annotate(4, "start_addr: 0x" + Integer.toHexString(startCodeAddress)); in writeTo()810 out.writeInt(startCodeAddress); in writeTo()[all …]