Searched refs:codeAttributeComposer (Results 1 - 7 of 7) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
H A DInstructionAdder.java40 private final CodeAttributeComposer codeAttributeComposer; field in class:InstructionAdder
51 codeAttributeComposer = targetComposer;
61 codeAttributeComposer.appendInstruction(offset, instruction);
74 codeAttributeComposer.appendInstruction(offset, newConstantInstruction);
H A DExceptionInfoAdder.java37 private final CodeAttributeComposer codeAttributeComposer; field in class:ExceptionInfoAdder
48 codeAttributeComposer = targetComposer;
65 codeAttributeComposer.appendException(newExceptionInfo);
H A DAttributeAdder.java257 CodeAttributeComposer codeAttributeComposer = new CodeAttributeComposer();
259 codeAttributeComposer.beginCodeFragment(codeAttribute.u4codeLength);
265 codeAttributeComposer));
268 codeAttributeComposer.appendLabel(codeAttribute.u4codeLength);
274 codeAttributeComposer));
276 codeAttributeComposer.endCodeFragment();
287 codeAttributeComposer.visitCodeAttribute(targetClass,
/external/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java53 private final CodeAttributeComposer codeAttributeComposer = new CodeAttributeComposer(true); field in class:CodeSubroutineInliner
111 codeAttributeComposer.reset();
112 codeAttributeComposer.beginCodeFragment(codeAttribute.u4codeLength);
132 codeAttributeComposer.appendLabel(offset);
155 codeAttributeComposer.appendLabel(codeAttribute.u4codeLength);
158 codeAttributeComposer.endCodeFragment();
159 codeAttributeComposer.visitCodeAttribute(clazz, method, codeAttribute);
208 codeAttributeComposer.beginCodeFragment(codeAttribute.u4codeLength);
224 codeAttributeComposer.appendLabel(subroutineEnd);
239 codeAttributeComposer
[all...]
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java56 private final CodeAttributeComposer codeAttributeComposer = new CodeAttributeComposer(); field in class:TailRecursionSimplifier
104 // codeAttributeComposer.DEBUG = DEBUG =
110 codeAttributeComposer.reset();
118 codeAttributeComposer.visitCodeAttribute(clazz, method, codeAttribute);
131 codeAttributeComposer.beginCodeFragment(codeAttribute.u4codeLength);
137 codeAttributeComposer.appendLabel(codeAttribute.u4codeLength);
139 codeAttributeComposer.endCodeFragment();
148 codeAttributeComposer.appendInstruction(offset, instruction.shrink());
194 codeAttributeComposer.appendLabel(offset);
200 codeAttributeComposer
[all...]
/external/proguard/src/proguard/optimize/peephole/
H A DMethodInliner.java68 private final CodeAttributeComposer codeAttributeComposer = new CodeAttributeComposer(); field in class:MethodInliner
143 // codeAttributeComposer.DEBUG = DEBUG =
150 exceptionInfoAdder = new ExceptionInfoAdder(targetClass, codeAttributeComposer);
155 codeAttributeComposer.reset();
168 codeAttributeComposer.visitCodeAttribute(clazz, method, codeAttribute);
243 codeAttributeComposer.beginCodeFragment(parameterSize+1);
280 codeAttributeComposer.appendInstruction(parameterSize-parameterIndex-1,
288 codeAttributeComposer.appendInstruction(parameterSize,
292 codeAttributeComposer.endCodeFragment();
303 codeAttributeComposer
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 99 milliseconds