Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DReferenceType.java237 final JavaClass[] other_sups = Repository.getSuperClasses(other.getClassName()); in getFirstCommonSuperclass() local
238 if ((thiz_sups == null) || (other_sups == null)) { in getFirstCommonSuperclass()
243 final JavaClass[] t_sups = new JavaClass[other_sups.length + 1]; in getFirstCommonSuperclass()
245 System.arraycopy(other_sups, 0, t_sups, 1, other_sups.length); in getFirstCommonSuperclass()
309 final JavaClass[] other_sups = Repository.getSuperClasses(other.getClassName()); in firstCommonSuperclass() local
310 if ((thiz_sups == null) || (other_sups == null)) { in firstCommonSuperclass()
315 final JavaClass[] t_sups = new JavaClass[other_sups.length + 1]; in firstCommonSuperclass()
317 System.arraycopy(other_sups, 0, t_sups, 1, other_sups.length); in firstCommonSuperclass()