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

  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 69 private final int[] matchedArguments = new int[7];
159 matchedArguments[argumentIndex];
166 public int[] matchedArguments(int[] arguments)
168 int[] matchedArguments = new int[arguments.length];
172 matchedArguments[index] = matchedArgument(arguments[index]);
175 return matchedArguments;
187 matchedArguments[argumentIndex];
200 matchedArguments[argumentIndex] - offset;
542 return matchedArguments[argumentIndex] == argument1;
554 matchedArguments[argumentIndex] = argument
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java 317 instructionSequenceMatcher.matchedArguments(lookUpSwitchInstruction.cases),
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 

Completed in 3102 milliseconds