Searched defs:matchedConstantIndex (Results 1 - 3 of 3) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceReplacer.java283 matchedConstantIndex((ProgramClass)clazz,
342 private int matchedConstantIndex(ProgramClass programClass, int constantIndex) method in class:InstructionSequenceReplacer.MyReplacementInstructionFactory
356 int matchedConstantIndex =
357 instructionSequenceMatcher.matchedConstantIndex(constantIndex);
360 if (matchedConstantIndex > 0)
363 return matchedConstantIndex;
383 ((IntegerConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argument)))).getValue() :
388 ((IntegerConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argument)))).getValue() :
393 ((IntegerConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argument)))).getValue() :
398 ((LongConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argumen
[all...]
/external/proguard/src/proguard/classfile/util/
H A DInstructionSequenceMatcher.java182 public int matchedConstantIndex(int constantIndex) method in class:InstructionSequenceMatcher
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 155 milliseconds