Home | History | Annotate | Download | only in code

Lines Matching defs:startBlock

228         private int startBlock;
233 * @param startBlock First block of the subroutine.
235 Subroutine(int startBlock) {
236 this.startBlock = startBlock;
245 * @param startBlock First block of the subroutine.
249 Subroutine(int startBlock, int retBlock) {
250 this(startBlock);
258 return startBlock;
324 Frame subFrame = frame.subFrameForLabel(startBlock, label);
780 machine.startBlock(catches.toRopCatchList());
1591 if (subroutine.startBlock != subroutineStart) {
1594 + Hex.u2 (subroutine.startBlock)