Home
last modified time | relevance | path

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

/external/desugar/java/com/google/devtools/build/android/desugar/
DDesugar.java420 CoreLibrarySupport coreLibrarySupport = in desugarOneInput() local
438 coreLibrarySupport, in desugarOneInput()
448 coreLibrarySupport, in desugarOneInput()
454 outputFileProvider, loader, bootclasspathReader, coreLibrarySupport); in desugarOneInput()
522 @Nullable CoreLibrarySupport coreLibrarySupport, in desugarClassesInInput() argument
544 coreLibrarySupport, in desugarClassesInInput()
556 (options.coreLibrary && coreLibrarySupport != null) in desugarClassesInInput()
577 @Nullable CoreLibrarySupport coreLibrarySupport, in desugarAndWriteDumpedLambdaClassesToOutput() argument
609 coreLibrarySupport, in desugarAndWriteDumpedLambdaClassesToOutput()
618 (options.coreLibrary && coreLibrarySupport != null) in desugarAndWriteDumpedLambdaClassesToOutput()
[all …]
DDefaultMethodClassFixer.java51 @Nullable private final CoreLibrarySupport coreLibrarySupport; field in DefaultMethodClassFixer
65 @Nullable CoreLibrarySupport coreLibrarySupport, in DefaultMethodClassFixer() argument
70 this.coreLibrarySupport = coreLibrarySupport; in DefaultMethodClassFixer()
203 return coreLibrarySupport != null in mayNeedInterfaceStubsForEmulatedSuperclass()
204 && !coreLibrarySupport.isEmulatedCoreClassOrInterface(internalName) in mayNeedInterfaceStubsForEmulatedSuperclass()
205 && coreLibrarySupport.isEmulatedCoreClassOrInterface(superName); in mayNeedInterfaceStubsForEmulatedSuperclass()
248 if (coreLibrarySupport != null in stubMissingDefaultAndBridgeMethods()
249 && (coreLibrarySupport.isRenamedCoreLibrary(implemented) in stubMissingDefaultAndBridgeMethods()
250 || coreLibrarySupport.isEmulatedCoreClassOrInterface(implemented))) { in stubMissingDefaultAndBridgeMethods()
370 if (coreLibrarySupport != null in defaultMethodsDefined()
[all …]
DInterfaceDesugaring.java52 private final CoreLibrarySupport coreLibrarySupport; field in InterfaceDesugaring
69 @Nullable CoreLibrarySupport coreLibrarySupport, in InterfaceDesugaring() argument
77 this.coreLibrarySupport = coreLibrarySupport; in InterfaceDesugaring()
222 if (coreLibrarySupport != null) { in visitMethod()
223 coreLibrarySupport.registerIfEmulatedCoreInterface( in visitMethod()