Searched refs:lowCase (Results 1 - 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
H A DTableSwitchInstruction.java35 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 DInstructionSequenceMatcher.java321 matchingArguments(tableSwitchInstruction.lowCase,
322 ((TableSwitchInstruction)patternInstruction).lowCase) &&
/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceReplacer.java303 instructionSequenceMatcher.matchedArgument(tableSwitchInstruction.lowCase),
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java700 println(Integer.toString(tableSwitchInstruction.lowCase + index) + ": offset = " + jumpOffset + ", target = " + (offset + jumpOffset));
/external/proguard/src/proguard/evaluation/
H A DProcessor.java867 tableSwitchInstruction.lowCase + index));
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 1042 milliseconds