Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DReferenceType.java236 final JavaClass[] thiz_sups = Repository.getSuperClasses(thiz.getClassName()); in getFirstCommonSuperclass() local
238 if ((thiz_sups == null) || (other_sups == null)) { in getFirstCommonSuperclass()
242 final JavaClass[] this_sups = new JavaClass[thiz_sups.length + 1]; in getFirstCommonSuperclass()
244 System.arraycopy(thiz_sups, 0, this_sups, 1, thiz_sups.length); in getFirstCommonSuperclass()
308 final JavaClass[] thiz_sups = Repository.getSuperClasses(thiz.getClassName()); in firstCommonSuperclass() local
310 if ((thiz_sups == null) || (other_sups == null)) { in firstCommonSuperclass()
314 final JavaClass[] this_sups = new JavaClass[thiz_sups.length + 1]; in firstCommonSuperclass()
316 System.arraycopy(thiz_sups, 0, this_sups, 1, thiz_sups.length); in firstCommonSuperclass()