Searched refs:fixedName (Results 1 – 1 of 1) sorted by relevance
59 String fixedName = TypeUtils.simpleClassNameToBinary(className); in getOrCreateClass() local60 ClassInfo classInfo = mClassList.get(fixedName); in getOrCreateClass()64 classInfo = new ClassInfo(fixedName, superclassName, isStatic); in getOrCreateClass()65 mClassList.put(fixedName, classInfo); in getOrCreateClass()