Lines Matching defs:MethodGenerator

21  * $Id: MethodGenerator.java,v 1.2.4.1 2005/09/05 11:16:47 pvedula Exp $
81 public class MethodGenerator extends MethodGen
134 public MethodGenerator(int access_flags, Type return_type,
346 * {@link MethodGenerator}.</li>
546 * {@link InstructionList} associated with this {@link MethodGenerator}.
743 * <p>Constructor for an outlineable {@link MethodGenerator.Chunk}.</p>
748 * {@link MethodGenerator}.</li>
762 * Determines whether this outlineable {@link MethodGenerator.Chunk} is
764 * <code>MethodGenerator.Chunk</code>, with no other intervening
767 * @param neighbour an outlineable {@link MethodGenerator.Chunk}
776 * Getter method for the start of this {@linke MethodGenerator.Chunk}
785 * Getter method for the end of this {@link MethodGenerator.Chunk}
793 * The size of this {@link MethodGenerator.Chunk}
825 * {@link MethodGenerator.Chunk}s that may be outlined from this method
987 * @param chunks array of sibling {@link MethodGenerator.Chunk}s that are
991 * <code>MethodGenerator.Chunk</code>s maximally merged
1124 * Breaks up the IL for this {@link MethodGenerator} into separate
1208 * Given an outlineable chunk of code in the current {@link MethodGenerator}
1266 final MethodGenerator outlinedMethodGen =
1267 new MethodGenerator(methodAttributes,
1639 // MethodGenerator.removeLocalVariable
1863 * <p>Get all {@link Method}s generated by this {@link MethodGenerator}.
1868 * <p>If the code associated with the <code>MethodGenerator</code> would
1871 * <code>MethodGenerator</code> into several methods.</p>
1920 * {@link MethodGenerator} does not exceed 32KB.</p>
1941 * {@link MethodGenerator} and finds all conditional branch instructions
1966 * <code>MethodGenerator</code>.
1970 * <code>MethodGenerator</code> will invalidate the changes made by this