Searched defs:order (Results 1 – 5 of 5) sorted by relevance
42 private final int[] order; field in StdCatchBuilder55 public StdCatchBuilder(RopMethod method, int[] order, in StdCatchBuilder()122 public static CatchTable build(RopMethod method, int[] order, in build()
74 private int[] order; field in RopTranslator220 int[] order = this.order; in outputInstructions() local316 int[] order = new int[sz]; in pickOrder() local
41 private final int[] order; field in StdCatchBuilder54 public StdCatchBuilder(RopMethod method, int[] order, in StdCatchBuilder()124 public static CatchTable build(RopMethod method, int[] order, in build()
78 private int[] order; field in RopTranslator227 int[] order = this.order; in outputInstructions() local323 int[] order = new int[sz]; in pickOrder() local
293 int[] order = blocks.getLabelsInOrder(); in ropDump() local