Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/analysis/
DType.java393 CtClass backupShallow = shallow; in findCommonSuperClass() local
407 shallow = backupShallow; in findCommonSuperClass()
414 backupDeep = backupShallow; in findCommonSuperClass()
415 backupShallow = deep; in findCommonSuperClass()
418 shallow = backupShallow; in findCommonSuperClass()
/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java529 CtClass backupShallow = shallow; in commonSuperClass() local
543 shallow = backupShallow; in commonSuperClass()
550 backupDeep = backupShallow; in commonSuperClass()
551 backupShallow = deep; in commonSuperClass()
554 shallow = backupShallow; in commonSuperClass()