Home
last modified time | relevance | path

Searched defs: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
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
158 assert hierarchyLevel != UNKNOWN_LEVEL; in forAllExtendsSubtypes() local
434 assert hierarchyLevel != UNKNOWN_LEVEL; in getSingleSubtype() local