Searched defs:visitAnyInstruction (Results 1 - 25 of 42) sorted by relevance

12

/external/proguard/src/proguard/classfile/editor/
H A DInstructionAdder.java58 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) method in class:InstructionAdder
H A DVariableSizeUpdater.java84 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:VariableSizeUpdater
H A DBridgeMethodFixer.java81 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:BridgeMethodFixer
H A DMethodInvocationFixer.java75 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:MethodInvocationFixer
H A DVariableRemapper.java126 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:VariableRemapper
/external/proguard/src/proguard/classfile/instruction/visitor/
H A DInstructionConstantVisitor.java57 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:InstructionConstantVisitor
H A DInstructionCounter.java51 public void visitAnyInstruction(Clazz clazz, method in class:InstructionCounter
/external/proguard/src/proguard/optimize/info/
H A DExceptionInstructionChecker.java62 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:ExceptionInstructionChecker
H A DSuperInvocationMarker.java47 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:SuperInvocationMarker
H A DBackwardBranchMarker.java41 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:BackwardBranchMarker
H A DInstanceofClassMarker.java46 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:InstanceofClassMarker
H A DInstantiationClassMarker.java46 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:InstantiationClassMarker
H A DVariableUsageMarker.java82 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:VariableUsageMarker
H A DDotClassMarker.java46 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:DotClassMarker
H A DMethodInvocationMarker.java46 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:MethodInvocationMarker
/external/proguard/src/proguard/optimize/peephole/
H A DGotoGotoReplacer.java72 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:GotoGotoReplacer
H A DGotoReturnReplacer.java72 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:GotoReturnReplacer
H A DNopRemover.java71 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:NopRemover
H A DUnreachableCodeRemover.java123 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) method in class:UnreachableCodeRemover
H A DGotoCommonCodeReplacer.java94 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:GotoCommonCodeReplacer
/external/proguard/src/proguard/classfile/visitor/
H A DDotClassClassVisitor.java62 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:DotClassClassVisitor
/external/proguard/src/proguard/optimize/
H A DDuplicateInitializerInvocationFixer.java98 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:DuplicateInitializerInvocationFixer
H A DTailRecursionSimplifier.java138 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) method in class:TailRecursionSimplifier
/external/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java229 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) method in class:CodeSubroutineInliner
/external/proguard/src/proguard/classfile/util/
H A DEnumFieldReferenceInitializer.java110 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} method in class:EnumFieldReferenceInitializer

Completed in 978 milliseconds

12