Searched refs:VerificationType (Results 1 - 23 of 23) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
H A DFullFrame.java35 public VerificationType[] variables;
37 public VerificationType[] stack;
52 VerificationType[] variables,
53 VerificationType[] stack)
68 VerificationType[] variables,
70 VerificationType[] stack)
138 VerificationType thisType = this.variables[index];
139 VerificationType otherType = other.variables[index];
149 VerificationType thisType = this.stack[index];
150 VerificationType otherTyp
[all...]
H A DMoreZeroFrame.java35 public VerificationType[] additionalVariables;
58 public MoreZeroFrame(VerificationType[] additionalVariables)
68 VerificationType[] additionalVariables)
120 VerificationType thisType = this.additionalVariables[index];
121 VerificationType otherType = other.additionalVariables[index];
H A DSameOneFrame.java35 public VerificationType stackItem;
58 public SameOneFrame(VerificationType stackItem)
H A DDoubleType.java28 * This VerificationType represents a Double type.
32 public class DoubleType extends VerificationType
34 // Implementations for VerificationType.
H A DFloatType.java28 * This VerificationType represents a Float type.
32 public class FloatType extends VerificationType
34 // Implementations for VerificationType.
H A DIntegerType.java28 * This VerificationType represents a Integer type.
32 public class IntegerType extends VerificationType
34 // Implementations for VerificationType.
H A DLongType.java28 * This VerificationType represents a Long type.
32 public class LongType extends VerificationType
34 // Implementations for VerificationType.
H A DNullType.java28 * This VerificationType represents a Null type.
32 public class NullType extends VerificationType
34 // Implementations for VerificationType.
H A DTopType.java28 * This VerificationType represents a Top type.
32 public class TopType extends VerificationType
34 // Implementations for VerificationType.
H A DUninitializedThisType.java28 * This VerificationType represents a UninitializedThis type.
32 public class UninitializedThisType extends VerificationType
34 // Implementations for VerificationType.
H A DVerificationType.java33 public abstract class VerificationType implements VisitorAccepter class in inherits:VisitorAccepter
H A DObjectType.java28 * This VerificationType represents an Object type.
32 public class ObjectType extends VerificationType
55 // Implementations for VerificationType.
H A DUninitializedType.java28 * This VerificationType represents a Uninitialized type.
32 public class UninitializedType extends VerificationType
54 // Implementations for VerificationType.
/external/proguard/src/proguard/preverify/
H A DCodePreverifier.java119 VerificationType[] variableTypes =
127 VerificationType[] stackTypes =
144 VerificationType[] initialVariables =
248 private VerificationType[] correspondingVerificationTypes(ProgramClass programClass,
282 VerificationType[] types = new VerificationType[typeCount];
294 VerificationType type;
331 private VerificationType[] correspondingVerificationTypes(ProgramClass programClass,
356 VerificationType[] types = new VerificationType[typeCoun
[all...]
/external/proguard/src/proguard/classfile/io/
H A DProgramClassReader.java571 VerificationType verificationType = createVerificationType();
588 moreZeroFrame.additionalVariables = new VerificationType[moreZeroFrame.additionalVariablesCount];
591 VerificationType verificationType = createVerificationType();
604 fullFrame.variables = new VerificationType[fullFrame.variablesCount];
607 VerificationType verificationType = createVerificationType();
614 fullFrame.stack = new VerificationType[fullFrame.stackCount];
617 VerificationType verificationType = createVerificationType();
626 public void visitAnyVerificationType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationType verificationType)
817 private VerificationType createVerificationType()
823 case VerificationType
[all...]
H A DProgramClassWriter.java614 public void visitAnyVerificationType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationType verificationType)
631 public void visitAnyVerificationType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationType verificationType)
/external/proguard/src/proguard/classfile/visitor/
H A DClassCleaner.java231 public void visitAnyVerificationType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationType verificationType)
/external/proguard/src/proguard/classfile/editor/
H A DConstantPoolRemapper.java500 public void visitAnyVerificationType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationType verificationType) {}
H A DCodeAttributeComposer.java554 public void visitAnyVerificationType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationType verificationType) {}
H A DCodeAttributeEditor.java891 public void visitAnyVerificationType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationType verificationType) {}
/external/proguard/src/proguard/shrink/
H A DUsageMarker.java733 public void visitAnyVerificationType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationType verificationType) {}
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java527 * Visits any type of VerificationType.
568 * Visits any type of VerificationType.
570 public void visitAnyVerificationType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationType verificationType)

Completed in 305 milliseconds