OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codeAttributeComposer
(Results
1 - 15
of
15
) sorted by null
/external/proguard/src/proguard/classfile/editor/
InstructionAdder.java
40
private final
CodeAttributeComposer
codeAttributeComposer
;
48
CodeAttributeComposer
targetComposer)
51
codeAttributeComposer
= targetComposer;
61
codeAttributeComposer
.appendInstruction(offset, instruction);
74
codeAttributeComposer
.appendInstruction(offset, newConstantInstruction);
ExceptionInfoAdder.java
37
private final
CodeAttributeComposer
codeAttributeComposer
;
45
CodeAttributeComposer
targetComposer)
48
codeAttributeComposer
= targetComposer;
65
codeAttributeComposer
.appendException(newExceptionInfo);
AttributeAdder.java
277
CodeAttributeComposer
codeAttributeComposer
= new
CodeAttributeComposer
();
279
codeAttributeComposer
.beginCodeFragment(codeAttribute.u4codeLength + 32);
285
codeAttributeComposer
));
288
codeAttributeComposer
.appendLabel(codeAttribute.u4codeLength);
294
codeAttributeComposer
));
296
codeAttributeComposer
.endCodeFragment();
307
codeAttributeComposer
.visitCodeAttribute(targetClass,
/external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java
26
import proguard.classfile.editor.
CodeAttributeComposer
;
52
private final
CodeAttributeComposer
codeAttributeComposer
= new
CodeAttributeComposer
(true, true, true);
69
//
CodeAttributeComposer
.DEBUG = DEBUG;
111
codeAttributeComposer
.reset();
112
codeAttributeComposer
.beginCodeFragment(codeAttribute.u4codeLength);
132
codeAttributeComposer
.appendLabel(offset);
155
codeAttributeComposer
.appendLabel(codeAttribute.u4codeLength);
158
codeAttributeComposer
.endCodeFragment()
[
all
...]
/external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java
28
import proguard.classfile.editor.
CodeAttributeComposer
;
56
private final
CodeAttributeComposer
codeAttributeComposer
= new
CodeAttributeComposer
();
103
//
codeAttributeComposer
.DEBUG = DEBUG =
109
codeAttributeComposer
.reset();
113
codeAttributeComposer
.beginCodeFragment(codeAttribute.u4codeLength);
125
codeAttributeComposer
.appendLabel(codeAttribute.u4codeLength);
127
codeAttributeComposer
.endCodeFragment();
129
codeAttributeComposer
.visitCodeAttribute(clazz, method, codeAttribute)
[
all
...]
/external/proguard/src/proguard/optimize/peephole/
MethodInliner.java
67
private final
CodeAttributeComposer
codeAttributeComposer
= new
CodeAttributeComposer
();
180
//
codeAttributeComposer
.DEBUG = DEBUG =
187
exceptionInfoAdder = new ExceptionInfoAdder(targetClass,
codeAttributeComposer
);
192
codeAttributeComposer
.reset();
205
codeAttributeComposer
.visitCodeAttribute(clazz, method, codeAttribute);
280
codeAttributeComposer
.beginCodeFragment(parameterSize+1);
317
codeAttributeComposer
.appendInstruction(parameterSize-parameterIndex-1,
325
codeAttributeComposer
.appendInstruction(parameterSize
[
all
...]
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar
/prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar
/prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar
Completed in 270 milliseconds