Lines Matching defs:end

226                                              InstructionHandle end)
233 lvg = super.addLocalVariable(name, type, start, end);
402 * has the side effect of setting the start and end for any
486 * a side-effect of setting the start and end range for any
566 // If no end handle is recorded for the LocalVariableGen, it is assumed
567 // to be in use to the end of the method.
575 // range includes the end instruction itself, so that instruction's
755 * @param end The {@link InstructionHandle} of the last
758 Chunk(InstructionHandle start, InstructionHandle end) {
760 m_end = end;
761 m_size = end.getPosition() - start.getPosition();
788 * Getter method for the end of this {@link MethodGenerator.Chunk}
854 // start and for the end of the chunk
864 // iteration after it reaches the end of the InstructionList, with
902 // marks the end of a chunk that contained child chunks.
946 InstructionHandle end =
950 childChunks[i] = new Chunk(start, end);
978 // start of a chunk at this level, but not its end.
1095 // chunks to end at the newly merged chunk...
1293 // Note that this should never end up being null. An outlineable chunk
1296 // "falling off the end" so this should always point to a valid handle.
1489 // If the end of the live range of the old
1492 // end of its range.
1509 // Generate code for the end of the outlined
1639 // If the old instruction marks the end of the range of a local
1674 // the old local variables with new start and end ranges, as required.
1834 * Mark the end of the method's
1837 * at the end of the method's {@link InstructionList}, or at the start of
1850 * Mark the end of an outlineable chunk of code. See
2100 // indicated the old IF marked the end of the range