Searched defs:endAddress (Results 1 – 5 of 5) sorted by relevance
66 int endAddress = startAddress + tryBlock.getCodeUnitCount(); in massageTryBlocks() local189 private TryBounds<EH> getBoundingRanges(int startAddress, int endAddress) { in getBoundingRanges()287 public void addHandler(int startAddress, int endAddress, EH handler) { in addHandler()
46 … int codeAddress, @Nullable String exceptionType, int startAddress, int endAddress, in CatchMethodItem()
539 int endAddress = startAddress + tryBlock.getCodeUnitCount(); in addTries() local
173 uint64_t endAddress() const { return Range.End; } in endAddress() function