Home | History | Annotate | Download | only in rop

Lines Matching full:basic

35  * <li> {@link Insn} and its subclasses along with its per-basic block
58 * Each method is separated into a list of basic blocks. For the most part,
59 * basic blocks are referred to by a positive integer
80 * instructions may only be the final instruction in any basic block. If
92 * A basic block's successor list is ordered and may refer to unique labels
94 * statements for the same code path, a single basic block will likely
97 * the primary successor) is a property of the final instruction of the basic
98 * block. A basic block containing a {@link ThrowingInsn}, for example, has
103 * It is legal for a basic block to have no primary successor. An obvious
145 * basic block, and any basic block in which it occurs must be reachable only