Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/analysis/
DType.java403 CtClass shallowSuper = shallow.getSuperclass(); in findCommonSuperClass() local
405 if (shallowSuper == null) { in findCommonSuperClass()
423 shallow = shallowSuper; in findCommonSuperClass()
/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java539 CtClass shallowSuper = shallow.getSuperclass(); in commonSuperClass() local
541 if (shallowSuper == null) { in commonSuperClass()
559 shallow = shallowSuper; in commonSuperClass()