Home | History | Annotate | Download | only in dasm

Lines Matching full:branch

59          * @param branch
63 String branch) {
66 add(exception, branch);
70 * Adds new exception type and branch label to current "from-to" block
79 * @param branch
82 void add(String exception, String branch) {
90 if (s != null && s.compareToIgnoreCase(branch) != 0)
93 + ") but different branch addresses (" + s
94 + " and " + branch + ")");
95 type_branch.put(type, branch);
146 * @param branch
149 public void add(String exception, String start, String end, String branch) {
161 uc.add(exception, branch);
167 branch));
196 String branch = uc.type_branch.get(type);
197 lte = labels_table.get(branch);
199 throw new RuntimeException("Label " + branch