Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/analysis/
DType.java394 CtClass backupShallow = shallow; in findCommonSuperClass() local
408 shallow = backupShallow; in findCommonSuperClass()
415 backupDeep = backupShallow; in findCommonSuperClass()
416 backupShallow = deep; in findCommonSuperClass()
419 shallow = backupShallow; in findCommonSuperClass()