Searched refs:lowCase (Results 1 - 6 of 6) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
H A D | TableSwitchInstruction.java | 35 public int lowCase; field in class:TableSwitchInstruction 50 int lowCase, 56 this.lowCase = lowCase; 71 this.lowCase = tableSwitchInstruction.lowCase; 94 lowCase = readInt(code, offset); offset += 4; 98 jumpOffsets = new int[highCase - lowCase + 1]; 117 writeInt(code, offset, lowCase); offset += 4; 121 int length = highCase - lowCase 48 TableSwitchInstruction(byte opcode, int defaultOffset, int lowCase, int highCase, int[] jumpOffsets) argument [all...] |
/external/proguard/src/proguard/classfile/util/ |
H A D | InstructionSequenceMatcher.java | 282 matchingArguments(tableSwitchInstruction.lowCase, 283 ((TableSwitchInstruction)patternInstruction).lowCase) &&
|
/external/proguard/src/proguard/optimize/peephole/ |
H A D | InstructionSequenceReplacer.java | 262 instructionSequenceMatcher.matchedArgument(tableSwitchInstruction.lowCase),
|
/external/proguard/src/proguard/classfile/visitor/ |
H A D | ClassPrinter.java | 642 println(Integer.toString(tableSwitchInstruction.lowCase + index) + ": offset = " + jumpOffset + ", target = " + (offset + jumpOffset));
|
/external/proguard/src/proguard/evaluation/ |
H A D | Processor.java | 869 tableSwitchInstruction.lowCase + index));
|
/external/proguard/lib/ |
H A D | proguard.jar | META-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ... |
Completed in 1423 milliseconds