Searched refs:codeAttribute (Results 101 - 125 of 140) sorted by relevance

123456

/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java297 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
304 int codeLength = codeAttribute.u4codeLength;
358 codeAttribute.instructionsAccept(clazz, method, this);
361 codeAttribute.exceptionsAccept(clazz, method, this);
440 InstructionFactory.create(codeAttribute.code, index).toString(index));
449 public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) argument
474 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
515 public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction) argument
537 public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction) argument
568 public void visitAnySwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, in argument
601 visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
[all...]
H A DTargetClassChanger.java217 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
220 codeAttribute.attributesAccept(clazz, method, this);
224 public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute) argument
227 localVariableTableAttribute.localVariablesAccept(clazz, method, codeAttribute, this);
231 public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute) argument
234 localVariableTypeTableAttribute.localVariablesAccept(clazz, method, codeAttribute, this);
269 public void visitLocalVariableInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableInfo localVariableInfo) argument
278 public void visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo) argument
/external/proguard/src/proguard/classfile/attribute/
H A DAttribute.java117 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, AttributeVisitor attributeVisitor) argument
120 if (codeAttribute == null)
H A DUnknownAttribute.java78 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, AttributeVisitor attributeVisitor) argument
/external/proguard/src/proguard/classfile/attribute/visitor/
H A DAllAttributeVisitor.java113 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
115 codeAttribute.attributesAccept(clazz, method, attributeVisitor);
/external/proguard/src/proguard/classfile/visitor/
H A DDotClassClassVisitor.java64 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
67 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
/external/proguard/src/proguard/optimize/info/
H A DDotClassMarker.java46 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
49 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
H A DInstanceofClassMarker.java46 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
49 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
H A DInstantiationClassMarker.java46 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
49 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
H A DMethodInvocationMarker.java46 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
49 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
H A DSuperInvocationMarker.java47 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
50 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
/external/proguard/src/proguard/evaluation/
H A DProcessor.java77 public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) argument
555 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
575 invocationUnit.invokeMember(clazz, method, codeAttribute, offset, constantInstruction, stack);
634 public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction) argument
735 codeAttribute,
746 public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction) argument
753 branchUnit.branchConditionally(clazz, codeAttribute, offset, branchTarget,
758 branchUnit.branchConditionally(clazz, codeAttribute, offset, branchTarget,
763 branchUnit.branchConditionally(clazz, codeAttribute, offset, branchTarget,
768 branchUnit.branchConditionally(clazz, codeAttribute, offse
856 visitTableSwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitchInstruction) argument
884 visitLookUpSwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LookUpSwitchInstruction lookUpSwitchInstruction) argument
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java108 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
119 visitCodeAttribute0(clazz, method, codeAttribute);
139 public void visitCodeAttribute0(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
152 initializeNecessary(codeAttribute);
155 partialEvaluator.visitCodeAttribute(clazz, method, codeAttribute);
157 int codeLength = codeAttribute.u4codeLength;
169 Instruction instruction = InstructionFactory.create(codeAttribute.code,
172 instruction.accept(clazz, method, codeAttribute, offset, unusedParameterSimplifier);
196 Instruction instruction = InstructionFactory.create(codeAttribute.code,
210 codeAttribute,
478 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
481 visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
558 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
564 visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) argument
615 visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction) argument
629 visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
641 visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction) argument
671 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
810 visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) argument
1046 fixDupInstruction(Clazz clazz, CodeAttribute codeAttribute, int dupOffset, Instruction instruction) argument
1583 initializeNecessary(CodeAttribute codeAttribute) argument
1676 isVariableInitializationNecessary(Clazz clazz, Method method, CodeAttribute codeAttribute, int initializationOffset, int variableIndex) argument
[all...]
H A DEvaluationSimplifier.java89 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
100 visitCodeAttribute0(clazz, method, codeAttribute);
120 public void visitCodeAttribute0(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
133 partialEvaluator.visitCodeAttribute(clazz, method, codeAttribute);
135 int codeLength = codeAttribute.u4codeLength;
145 Instruction instruction = InstructionFactory.create(codeAttribute.code,
148 instruction.accept(clazz, method, codeAttribute, offset, this);
153 codeAttributeEditor.visitCodeAttribute(clazz, method, codeAttribute);
159 public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) argument
240 public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, in argument
301 visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
333 visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction) argument
354 visitAnySwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SwitchInstruction switchInstruction) argument
[all...]
/external/proguard/src/proguard/classfile/util/
H A DDynamicMemberReferenceInitializer.java305 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
308 matchGetMember(clazz, method, codeAttribute, offset, instruction,
313 matchGetMember(clazz, method, codeAttribute, offset, instruction,
319 matchGetMember(clazz, method, codeAttribute, offset, instruction,
325 matchGetMember(clazz, method, codeAttribute, offset, instruction,
331 matchGetMember(clazz, method, codeAttribute, offset, instruction,
337 matchGetMember(clazz, method, codeAttribute, offset, instruction,
343 matchGetMember(clazz, method, codeAttribute, offset, instruction,
349 matchGetMember(clazz, method, codeAttribute, offset, instruction,
361 CodeAttribute codeAttribute,
359 matchGetMember(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction, InstructionSequenceMatcher constantSequenceMatcher, InstructionSequenceMatcher variableSequenceMatcher, boolean isField, boolean isDeclared) argument
[all...]
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DStackMapFrame.java74 public abstract void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor); argument
/external/proguard/src/proguard/classfile/editor/
H A DExceptionInfoAdder.java54 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
H A DLocalVariableInfoAdder.java52 public void visitLocalVariableInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableInfo localVariableInfo) argument
H A DLocalVariableTypeInfoAdder.java52 public void visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo) argument
H A DClassReferenceFixer.java243 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
246 codeAttribute.attributesAccept(clazz, method, this);
250 public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute) argument
253 localVariableTableAttribute.localVariablesAccept(clazz, method, codeAttribute, this);
257 public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute) argument
260 localVariableTypeTableAttribute.localVariablesAccept(clazz, method, codeAttribute, this);
323 public void visitLocalVariableInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableInfo localVariableInfo) argument
340 public void visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo) argument
/external/proguard/src/proguard/classfile/instruction/
H A DBranchInstruction.java138 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, InstructionVisitor instructionVisitor) argument
140 instructionVisitor.visitBranchInstruction(clazz, method, codeAttribute, offset, this);
H A DLookUpSwitchInstruction.java131 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, InstructionVisitor instructionVisitor) argument
133 instructionVisitor.visitLookUpSwitchInstruction(clazz, method, codeAttribute, offset, this);
H A DTableSwitchInstruction.java135 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, InstructionVisitor instructionVisitor) argument
137 instructionVisitor.visitTableSwitchInstruction(clazz, method, codeAttribute, offset, this);
H A DInstruction.java684 public final void write(CodeAttribute codeAttribute, int offset) argument
686 write(codeAttribute.code, offset);
740 public abstract void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, InstructionVisitor instructionVisitor); argument
/external/proguard/src/proguard/optimize/
H A DDuplicateInitializerFixer.java149 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
156 if (codeAttribute.u2maxLocals < maxLocals)
158 codeAttribute.u2maxLocals = maxLocals;

Completed in 305 milliseconds

123456