Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/bytecode/
DConstantPoolReader.java41 static final int CONSTANT_PACKAGE = 20; field in ConstantPoolReader
76 case CONSTANT_PACKAGE: in skipConstantPool()
141 if (tag != CONSTANT_PACKAGE) { in packageInfo()