Searched defs:tableSwitch (Results 1 – 5 of 5) sorted by relevance
67 final TableSwitchInsnNode tableSwitch = (TableSwitchInsnNode) cursor; in match() local
65 final TableSwitchInsnNode tableSwitch = (TableSwitchInsnNode) cursor; in match() local
256 private static String tableSwitch(CodeIterator iter, int pos) { in tableSwitch() method in InstructionPrinter
1043 public void tableSwitch(final int[] keys, final TableSwitchGenerator generator) { in tableSwitch() method in GeneratorAdapter1061 public void tableSwitch( in tableSwitch() method in GeneratorAdapter
1111 public String tableSwitch(final int[] keys) throws GeneratorException { in tableSwitch() method in GeneratorAdapterTest.Generator1120 public String tableSwitch(final int[] keys, final boolean useTable) throws GeneratorException { in tableSwitch() method in GeneratorAdapterTest.Generator