Home
last modified time | relevance | path

Searched refs:TOP_TYPE (Results 1 – 5 of 5) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeTag.java22 String TOP_TYPE = "*top*"; field
23 TypeData.BasicType TOP = new TypeData.BasicType(TOP_TYPE, StackMapTable.TOP, ' ');
/external/proguard/src/proguard/classfile/attribute/preverification/
DVerificationTypeFactory.java35 static final TopType TOP_TYPE = new TopType(); field in VerificationTypeFactory
77 return TOP_TYPE; in createTopType()
DTopType.java38 return TOP_TYPE; in getTag()
DVerificationType.java35 public static final int TOP_TYPE = 0; field in VerificationType
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java1049 case VerificationType.TOP_TYPE: return new TopType(); in createVerificationType()