Home
last modified time | relevance | path

Searched refs:TopType (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
DVerificationTypeFactory.java35 static final TopType TOP_TYPE = new TopType();
75 public static TopType createTopType() in createTopType()
DTopType.java32 public class TopType extends VerificationType class
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java40 … Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TopType top… in visitTopType()
50 …lazz, Method method, CodeAttribute codeAttribute, int offset, int index, TopType top… in visitStackTopType()
60 …lazz, Method method, CodeAttribute codeAttribute, int offset, int index, TopType top… in visitVariablesTopType()
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java706 … visitTopType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TopType topType) in visitTopType()
760 …pe(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, TopType topType) in visitStackTopType()
815 …pe(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, TopType topType) in visitVariablesTopType()
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java874 … visitTopType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TopType topType) in visitTopType()
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java1049 case VerificationType.TOP_TYPE: return new TopType(); in createVerificationType()