Searched refs:TableSwitchInstruction (Results 1 - 11 of 11) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
H A DTableSwitchInstruction.java33 public class TableSwitchInstruction extends SwitchInstruction class in inherits:SwitchInstruction
40 * Creates an uninitialized TableSwitchInstruction.
42 public TableSwitchInstruction() {} method in class:TableSwitchInstruction
46 * Creates a new TableSwitchInstruction with the given arguments.
48 public TableSwitchInstruction(byte opcode, method in class:TableSwitchInstruction
67 public TableSwitchInstruction copy(TableSwitchInstruction tableSwitchInstruction)
H A DInstructionFactory.java282 instruction = new TableSwitchInstruction();
/external/proguard/src/proguard/classfile/instruction/visitor/
H A DInstructionVisitor.java40 public void visitTableSwitchInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitchInstruction);
H A DMultiInstructionVisitor.java116 public void visitTableSwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitchInstruction)
/external/proguard/src/proguard/classfile/util/
H A DInstructionSequenceMatcher.java311 public void visitTableSwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitchInstruction)
320 ((TableSwitchInstruction)patternInstruction).defaultOffset) &&
322 ((TableSwitchInstruction)patternInstruction).lowCase) &&
324 ((TableSwitchInstruction)patternInstruction).highCase) &&
327 ((TableSwitchInstruction)patternInstruction).jumpOffsets);
H A DSimplifiedVisitor.java536 public void visitTableSwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitchInstruction)
/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceReplacer.java298 public void visitTableSwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitchInstruction)
301 new TableSwitchInstruction(tableSwitchInstruction.opcode,
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java858 public void visitTableSwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitchInstruction)
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java689 public void visitTableSwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitchInstruction)
/external/proguard/src/proguard/evaluation/
H A DProcessor.java854 public void visitTableSwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitchInstruction)
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 254 milliseconds