Searched refs:stackAccept (Results 1 - 21 of 21) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
H A DDoubleType.java48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) method in class:DoubleType
H A DFloatType.java48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) method in class:FloatType
H A DIntegerType.java48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) method in class:IntegerType
H A DLongType.java48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) method in class:LongType
H A DNullType.java48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) method in class:NullType
H A DTopType.java48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) method in class:TopType
H A DUninitializedThisType.java48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) method in class:UninitializedThisType
H A DVerificationType.java68 public abstract void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor); method in class:VerificationType
H A DFullFrame.java95 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationTypeVisitor verificationTypeVisitor) method in class:FullFrame
99 stack[index].stackAccept(clazz, method, codeAttribute, offset, index, verificationTypeVisitor);
H A DObjectType.java69 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) method in class:ObjectType
H A DUninitializedType.java68 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) method in class:UninitializedType
/external/proguard/src/proguard/classfile/visitor/
H A DClassCleaner.java225 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
H A DClassPrinter.java802 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
/external/proguard/src/proguard/classfile/editor/
H A DConstantPoolShrinker.java393 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
H A DCodeAttributeComposer.java622 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
H A DConstantPoolRemapper.java539 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
H A DCodeAttributeEditor.java961 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
/external/proguard/src/proguard/classfile/io/
H A DProgramClassWriter.java653 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
H A DProgramClassReader.java670 verificationType.stackAccept(clazz, method, codeAttribute, offset, index, this);
/external/proguard/src/proguard/shrink/
H A DUsageMarker.java853 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 178 milliseconds