Searched refs:TableSwitchInstruction (Results 1 – 10 of 10) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | TableSwitchInstruction.java | 33 public class TableSwitchInstruction extends SwitchInstruction class 42 public TableSwitchInstruction() {} in TableSwitchInstruction() method in TableSwitchInstruction 48 public TableSwitchInstruction(byte opcode, in TableSwitchInstruction() method in TableSwitchInstruction 67 public TableSwitchInstruction copy(TableSwitchInstruction tableSwitchInstruction) in copy()
|
D | InstructionFactory.java | 281 instruction = new TableSwitchInstruction(); in create()
|
/external/proguard/src/proguard/classfile/util/ |
D | InstructionSequenceMatcher.java | 272 …z clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitc… in visitTableSwitchInstruction() 281 ((TableSwitchInstruction)patternInstruction).defaultOffset) && in visitTableSwitchInstruction() 283 ((TableSwitchInstruction)patternInstruction).lowCase) && in visitTableSwitchInstruction() 285 ((TableSwitchInstruction)patternInstruction).highCase) && in visitTableSwitchInstruction() 288 ((TableSwitchInstruction)patternInstruction).jumpOffsets); in visitTableSwitchInstruction()
|
D | SimplifiedVisitor.java | 512 …z clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitc… in visitTableSwitchInstruction()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceReplacer.java | 257 …z clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitc… in visitTableSwitchInstruction() 260 new TableSwitchInstruction(tableSwitchInstruction.opcode, in visitTableSwitchInstruction()
|
/external/proguard/src/proguard/classfile/instruction/visitor/ |
D | InstructionVisitor.java | 40 …z clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwit… in visitTableSwitchInstruction()
|
D | MultiInstructionVisitor.java | 116 …z clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitc… in visitTableSwitchInstruction()
|
/external/proguard/src/proguard/classfile/editor/ |
D | CodeAttributeEditor.java | 782 …z clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitc… in visitTableSwitchInstruction()
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ClassPrinter.java | 631 …z clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitc… in visitTableSwitchInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 856 …z clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitc… in visitTableSwitchInstruction()
|