Home | History | Annotate | Download | only in builder

Lines Matching refs:start

45     @Nonnull public final Label start;
50 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable String exceptionType,
52 this.start = start;
57 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable TypeReference exceptionType,
59 this.start = start;
64 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nonnull Label handler) {
65 this.start = start;
71 return start.getCodeAddress();
75 return end.getCodeAddress() - start.getCodeAddress();