Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexType.java24 private final static int INTERFACE_LEVEL = -2; field in DexType
61 if (hierarchyLevel == INTERFACE_LEVEL) { in setLevel()
63 } else if (level == INTERFACE_LEVEL) { in setLevel()
65 hierarchyLevel = INTERFACE_LEVEL; in setLevel()
85 return hierarchyLevel == INTERFACE_LEVEL; in isInterface()
91 setLevel(INTERFACE_LEVEL); in addInterfaceSubtype()
113 if (this.hierarchyLevel == INTERFACE_LEVEL) { in isSubtypeOf()
116 if (other.hierarchyLevel == INTERFACE_LEVEL) { in isSubtypeOf()
132 assert iface.hierarchyLevel == INTERFACE_LEVEL; in isInterfaceSubtypeOf() local
159 if (hierarchyLevel == INTERFACE_LEVEL) { in forAllExtendsSubtypes()
[all …]