Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/analysis/
DType.java395 CtClass backupDeep = deep; in findCommonSuperClass() local
414 deep = backupDeep; in findCommonSuperClass()
415 backupDeep = backupShallow; in findCommonSuperClass()
433 backupDeep = backupDeep.getSuperclass(); in findCommonSuperClass()
436 deep = backupDeep; in findCommonSuperClass()