Home
last modified time | relevance | path

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

/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java52 …private final CodeAttributeComposer codeAttributeComposer = new CodeAttributeComposer(true, true, … field in CodeSubroutineInliner
111 codeAttributeComposer.reset(); in visitCodeAttribute0()
112 codeAttributeComposer.beginCodeFragment(codeAttribute.u4codeLength); in visitCodeAttribute0()
132 codeAttributeComposer.appendLabel(offset); in visitCodeAttribute0()
155 codeAttributeComposer.appendLabel(codeAttribute.u4codeLength); in visitCodeAttribute0()
158 codeAttributeComposer.endCodeFragment(); in visitCodeAttribute0()
159 codeAttributeComposer.visitCodeAttribute(clazz, method, codeAttribute); in visitCodeAttribute0()
191 codeAttributeComposer.beginCodeFragment(codeAttribute.u4codeLength); in inlineSubroutine()
207 codeAttributeComposer.appendLabel(subroutineEnd); in inlineSubroutine()
222 codeAttributeComposer.endCodeFragment(); in inlineSubroutine()
[all …]
/external/proguard/src/proguard/optimize/
DTailRecursionSimplifier.java56 private final CodeAttributeComposer codeAttributeComposer = new CodeAttributeComposer(); field in TailRecursionSimplifier
109 codeAttributeComposer.reset(); in visitCodeAttribute()
113 codeAttributeComposer.beginCodeFragment(codeAttribute.u4codeLength); in visitCodeAttribute()
125 codeAttributeComposer.appendLabel(codeAttribute.u4codeLength); in visitCodeAttribute()
127 codeAttributeComposer.endCodeFragment(); in visitCodeAttribute()
129 codeAttributeComposer.visitCodeAttribute(clazz, method, codeAttribute); in visitCodeAttribute()
140 codeAttributeComposer.appendInstruction(offset, instruction); in visitAnyInstruction()
186 codeAttributeComposer.appendLabel(offset); in visitConstantInstruction()
192 codeAttributeComposer.appendInstruction(gotoOffset, in visitConstantInstruction()
218 codeAttributeComposer.appendInstruction(offset, constantInstruction); in visitConstantInstruction()
[all …]
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java67 private final CodeAttributeComposer codeAttributeComposer = new CodeAttributeComposer(); field in MethodInliner
187 … exceptionInfoAdder = new ExceptionInfoAdder(targetClass, codeAttributeComposer); in visitCodeAttribute0()
192 codeAttributeComposer.reset(); in visitCodeAttribute0()
205 codeAttributeComposer.visitCodeAttribute(clazz, method, codeAttribute); in visitCodeAttribute0()
280 codeAttributeComposer.beginCodeFragment(parameterSize+1); in storeParameters()
317 codeAttributeComposer.appendInstruction(parameterSize-parameterIndex-1, in storeParameters()
325 codeAttributeComposer.appendInstruction(parameterSize, in storeParameters()
329 codeAttributeComposer.endCodeFragment(); in storeParameters()
340 codeAttributeComposer.beginCodeFragment(codeAttribute.u4codeLength); in copyCode()
346 codeAttributeComposer.appendLabel(codeAttribute.u4codeLength); in copyCode()
[all …]
/external/proguard/src/proguard/classfile/editor/
DInstructionAdder.java40 private final CodeAttributeComposer codeAttributeComposer; field in InstructionAdder
51 codeAttributeComposer = targetComposer; in InstructionAdder()
61 codeAttributeComposer.appendInstruction(offset, instruction); in visitAnyInstruction()
74 codeAttributeComposer.appendInstruction(offset, newConstantInstruction); in visitConstantInstruction()
DExceptionInfoAdder.java37 private final CodeAttributeComposer codeAttributeComposer; field in ExceptionInfoAdder
48 codeAttributeComposer = targetComposer; in ExceptionInfoAdder()
65 codeAttributeComposer.appendException(newExceptionInfo); in visitExceptionInfo()
DAttributeAdder.java277 CodeAttributeComposer codeAttributeComposer = new CodeAttributeComposer(); in visitCodeAttribute() local
279 codeAttributeComposer.beginCodeFragment(codeAttribute.u4codeLength + 32); in visitCodeAttribute()
285 codeAttributeComposer)); in visitCodeAttribute()
288 codeAttributeComposer.appendLabel(codeAttribute.u4codeLength); in visitCodeAttribute()
294 codeAttributeComposer)); in visitCodeAttribute()
296 codeAttributeComposer.endCodeFragment(); in visitCodeAttribute()
307 codeAttributeComposer.visitCodeAttribute(targetClass, in visitCodeAttribute()
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader ...