HomeSort by relevance Sort by last modified time
    Searched full:highcase (Results 1 - 4 of 4) sorted by null

  /external/proguard/src/proguard/classfile/instruction/
TableSwitchInstruction.java 36 public int highCase;
51 int highCase,
57 this.highCase = highCase;
72 this.highCase = tableSwitchInstruction.highCase;
95 highCase = readInt(code, offset); offset += 4;
98 jumpOffsets = new int[highCase - lowCase + 1];
118 writeInt(code, offset, highCase); offset += 4;
121 int length = highCase - lowCase + 1
    [all...]
  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 284 matchingArguments(tableSwitchInstruction.highCase,
285 ((TableSwitchInstruction)patternInstruction).highCase) &&
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java 263 instructionSequenceMatcher.matchedArgument(tableSwitchInstruction.highCase),
  /external/proguard/lib/
proguard.jar 

Completed in 1438 milliseconds