Home | History | Annotate | Download | only in file

Lines Matching defs:annotate

224      * Helper method to annotate or simply print the exception handlers.
230 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to
243 annotateTo.annotate(0, prefix + "tries:");
256 annotateTo.annotate(amt1, s1);
257 annotateTo.annotate(amt2, s2);
269 annotateTo.annotate(0, prefix + "handlers:");
270 annotateTo.annotate(encodedHandlerHeaderSize,
296 * Helper for {@link #annotateEntries} to annotate a catch handler list
299 * @param handlers {@code non-null;} handlers to annotate
304 * @param annotateTo {@code non-null;} where to annotate to
315 annotateTo.annotate(size, s);