Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexType.java23 private final static int UNKNOWN_LEVEL = -1; field in DexType
32 private int hierarchyLevel = UNKNOWN_LEVEL;
64 assert hierarchyLevel == ROOT_LEVEL + 1 || hierarchyLevel == UNKNOWN_LEVEL; in setLevel() local
67 assert hierarchyLevel == UNKNOWN_LEVEL; in setLevel() local
73 assert hierarchyLevel != UNKNOWN_LEVEL; in addDirectSubtype() local
84 assert isClassType() && hierarchyLevel != UNKNOWN_LEVEL; in isInterface()
97 type.hierarchyLevel = UNKNOWN_LEVEL; in clearSubtypeInformation()
158 assert hierarchyLevel != UNKNOWN_LEVEL; in forAllExtendsSubtypes() local
434 assert hierarchyLevel != UNKNOWN_LEVEL; in getSingleSubtype() local