Home
last modified time | relevance | path

Searched refs:TableSwitchInstruction (Results 1 – 10 of 10) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DTableSwitchInstruction.java33 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()
DInstructionFactory.java281 instruction = new TableSwitchInstruction(); in create()
/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java272 …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()
DSimplifiedVisitor.java512 …z clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitc… in visitTableSwitchInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceReplacer.java257 …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/
DInstructionVisitor.java40 …z clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwit… in visitTableSwitchInstruction()
DMultiInstructionVisitor.java116 …z clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitc… in visitTableSwitchInstruction()
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeEditor.java782 …z clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitc… in visitTableSwitchInstruction()
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java631 …z clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitc… in visitTableSwitchInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java856 …z clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitc… in visitTableSwitchInstruction()