Searched refs:getCompanionClassName (Results 1 – 4 of 4) sorted by relevance
198 codeOwner = getCompanionClassName(internalName); in visitMethod()299 static String getCompanionClassName(String interfaceName) { in getCompanionClassName() method in InterfaceDesugaring319 String companionName = getCompanionClassName(internalName); in companion()489 owner = getCompanionClassName(owner); in visitFieldInsn()
72 ? InterfaceDesugaring.getCompanionClassName(coreInterfaceName) in visitMethodInsn()
358 companionCollector.add(InterfaceDesugaring.getCompanionClassName(anInterface)); in collectOrderedCompanionsToTriggerInterfaceClinit()475 internalName, InterfaceDesugaring.getCompanionClassName(stubbedInterfaceName)); in visitMethod()487 String owner = InterfaceDesugaring.getCompanionClassName(stubbedInterfaceName); in visitMethod()
404 ? InterfaceDesugaring.getCompanionClassName(testedName) in makeDispatchHelperMethod()431 InterfaceDesugaring.getCompanionClassName(owner), in makeDispatchHelperMethod()