Searched refs:endCodeAddress (Results 1 – 1 of 1) sorted by relevance
104 public int endCodeAddress; field in TryListBuilder.MutableTryBlock107 public MutableTryBlock(int startCodeAddress, int endCodeAddress) { in MutableTryBlock() argument109 this.endCodeAddress = endCodeAddress; in MutableTryBlock()112 public MutableTryBlock(int startCodeAddress, int endCodeAddress, in MutableTryBlock() argument115 this.endCodeAddress = endCodeAddress; in MutableTryBlock()124 return endCodeAddress - startCodeAddress; in getCodeUnitCount()133 …MutableTryBlock<EH> newTryBlock = new MutableTryBlock<EH>(splitAddress, endCodeAddress, exceptionH… in split()134 endCodeAddress = splitAddress; in split()146 this.endCodeAddress = next.endCodeAddress; in mergeNext()195 int currentEndAddress = tryBlock.endCodeAddress; in getBoundingRanges()[all …]