HomeSort by relevance Sort by last modified time
    Searched defs:visitAnyInstruction (Results 26 - 39 of 39) sorted by null

12

  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 145 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 245 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
  /external/proguard/src/proguard/classfile/util/
DynamicClassReferenceInitializer.java 241 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
DynamicMemberReferenceInitializer.java 305 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
SimplifiedVisitor.java 473 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
481 visitAnyInstruction(clazz, method, codeAttribute, offset, simpleInstruction);
487 visitAnyInstruction(clazz, method, codeAttribute, offset, variableInstruction);
493 visitAnyInstruction(clazz, method, codeAttribute, offset, constantInstruction);
499 visitAnyInstruction(clazz, method, codeAttribute, offset, branchInstruction);
508 visitAnyInstruction(clazz, method, codeAttribute, offset, switchInstruction);
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 320 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 456 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
ConstantPoolRemapper.java 451 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
  /external/proguard/src/proguard/classfile/visitor/
ClassPrinter.java 615 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 478 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
558 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
671 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
    [all...]
  /external/proguard/src/proguard/shrink/
UsageMarker.java 834 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 143 milliseconds

12