Searched refs:startAddr (Results 1 – 2 of 2) sorted by relevance
22 public int startAddr; field in TryItem28 startAddr = file.readUInt(); in read()35 file.writeUInt(startAddr); in write()
260 int startLocation = tryItem.startAddr; in readTryBlocks()265 int endLocation = tryItem.startAddr + tryItem.insnCount - 1; in readTryBlocks()365 tryItem.startAddr = mTryBlock.startInsn.location; in updateTryBlocks()