Home | History | Annotate | Download | only in desugar

Lines Matching refs:internalName

58   private String internalName;
94 internalName = name;
115 depsCollector.recordDefaultMethods(internalName, numberOfDefaultMethods);
179 String codeOwner = internalName;
198 codeOwner = getCompanionClassName(internalName);
219 internalName,
224 access, internalName, name, desc, exceptions);
236 companionDefaultMethodDescriptor(internalName, desc),
251 isInterface() ? internalName : null,
264 if (name != null && interfaceCache.isOuterInterface(owner, internalName)) {
319 String companionName = getCompanionClassName(internalName);
348 && owner.equals(internalName)) {
350 // (b/64290760), so we test whether the owner is the same as the internalName.