Home
last modified time | relevance | path

Searched refs:bootclasspath (Results 1 – 24 of 24) sorted by relevance

/external/turbine/java/com/google/turbine/main/
DMain.java138 ClassPath bootclasspath = bootclasspath(options); in compile() local
154 bound = bind(options, units, bootclasspath, classPath); in compile()
158 bound = bind(options, units, bootclasspath, classPath); in compile()
166 bound = bind(options, units, bootclasspath, reducedClasspath); in compile()
168 bound = fallback(options, units, bootclasspath, classPath); in compile()
175 bound = bind(options, units, bootclasspath, classPath); in compile()
197 Dependencies.collectDeps(options.targetLabel(), bootclasspath, bound, lowered); in compile()
205 Map<String, byte[]> transitive = Transitive.collectDeps(bootclasspath, bound); in compile()
226 ClassPath bootclasspath, in fallback() argument
229 return bind(options, units, bootclasspath, classPath); in fallback()
[all …]
/external/desugar/java/com/google/devtools/build/android/desugar/
DInterfaceDesugaring.java53 private final ClassReaderFactory bootclasspath; field in InterfaceDesugaring
70 ClassReaderFactory bootclasspath, in InterfaceDesugaring() argument
78 this.bootclasspath = bootclasspath; in InterfaceDesugaring()
252 bootclasspath, in visitMethod()
374 private final ClassReaderFactory bootclasspath; field in InterfaceDesugaring.InterfaceInvocationRewriter
383 ClassReaderFactory bootclasspath, in InterfaceInvocationRewriter() argument
389 this.bootclasspath = bootclasspath; in InterfaceInvocationRewriter()
398 if ((itf || owner.equals(interfaceName)) && !bootclasspath.isKnown(owner)) { in visitMethodInsn()
DDefaultMethodClassFixer.java48 private final ClassReaderFactory bootclasspath; field in DefaultMethodClassFixer
66 ClassReaderFactory bootclasspath, in DefaultMethodClassFixer() argument
71 this.bootclasspath = bootclasspath; in DefaultMethodClassFixer()
247 if (bootclasspath.isKnown(implemented)) { in stubMissingDefaultAndBridgeMethods()
251 bytecode = checkNotNull(bootclasspath.readIfKnown(implemented), implemented); in stubMissingDefaultAndBridgeMethods()
294 ClassReader bytecode = bootclasspath.readIfKnown(internalName); in recordInheritedMethods()
341 if (bytecode == null || bootclasspath.isKnown(anInterface)) { in collectOrderedCompanionsToTriggerInterfaceClinit()
369 if (bootclasspath.isKnown(implemented)) { in defaultMethodsDefined()
376 bytecode = checkNotNull(bootclasspath.readIfKnown(implemented), implemented); in defaultMethodsDefined()
559 bootclasspath, in visitMethod()
DDesugar.java115 public List<Path> bootclasspath; field in Desugar.DesugarOptions
361 new IndexedInputs(toRegisteredInputFileProvider(closer, options.bootclasspath)); in desugar()
365 options.bootclasspath.isEmpty() in desugar()
928 !options.bootclasspath.isEmpty() || options.allowEmptyBootclasspath, in parseCommandLineOptions()
930 for (Path path : options.bootclasspath) { in parseCommandLineOptions()
/external/conscrypt/apex/
DAndroid.bp30 bootclasspath_fragments: ["com.android.conscrypt-bootclasspath-fragment"],
86 // Encapsulate the contributions made by the com.android.conscrypt to the bootclasspath.
88 name: "com.android.conscrypt-bootclasspath-fragment",
95 module: "art-bootclasspath-fragment",
/external/bazelbuild-rules_android/rules/aar_import/
Dimpl.bzl246 bootclasspath,
254 args.add_all(bootclasspath, before_each = "--bootclasspath_entry")
269 bootclasspath,
287 bootclasspath,
310 bootclasspath = depset(transitive = [
312 bootclasspath,
322 bootclasspath,
460 bootclasspath =
461 ctx.attr._java_toolchain[java_common.JavaToolchainInfo].bootclasspath,
/external/turbine/java/com/google/turbine/binder/
DBinder.java77 ClassPath bootclasspath, in bind() argument
79 return bind(units, classpath, Processing.ProcessorInfo.empty(), bootclasspath, moduleVersion); in bind()
87 ClassPath bootclasspath, in bind() argument
97 bootclasspath, in bind()
102 log, units, classpath, processorInfo, bootclasspath, br, moduleVersion); in bind()
114 ClassPath bootclasspath, in bind() argument
125 bootclasspath.index(), in bind()
129 CompoundEnv.of(classpath.env()).append(bootclasspath.env()); in bind()
132 CompoundEnv.of(classpath.moduleEnv()).append(bootclasspath.moduleEnv()); in bind()
DProcessing.java84 ClassPath bootclasspath, in process() argument
210 bootclasspath, in process()
250 bootclasspath, in process()
/external/vogar/
D.vogarconfig.example9 # use "--verbose", "--suggest-classpaths" and "--mode jvm" + "use-bootclasspath"
14 --use-bootclasspath
/external/turbine/javatests/com/google/turbine/bytecode/sig/
DSigIntegrationTest.java59 ImmutableList<Path> bootclasspath = in forEachBootclass() local
66 if (!bootclasspath.isEmpty()) { in forEachBootclass()
67 for (Path path : bootclasspath) { in forEachBootclass()
/external/desugar/java/com/google/devtools/build/android/desugar/scan/
DKeepScanner.java93 public List<Path> bootclasspath; field in KeepScanner.KeepScannerOptions
127 IndexedInputs bootclasspath = in main() local
128 new IndexedInputs(toRegisteredInputFileProvider(closer, options.bootclasspath)); in main()
135 new HeaderClassLoader(bootclasspath, noopRewriter, in main()
/external/bazelbuild-rules_android/tools/jdk/
DBUILD5 bootclasspath = [
/external/turbine/java/com/google/turbine/deps/
DDependencies.java57 Optional<String> targetLabel, ClassPath bootclasspath, BindingResult bound, Lowered lowered) { in collectDeps() argument
69 if (bootclasspath.env().get(sym) != null) { in collectDeps()
/external/jacoco/
DREADME.android6 when they are either in the bootclasspath (core, frameworks, ...) or system apps.
DAndroid.bp78 // coverage on classes in the bootclasspath (frameworks, services, ...) or
90 // anything in the bootclasspath (or we would create dependency cycle).
/external/smali/dexlib2/
DOatVersions.txt32 - bootclasspath list was added
/external/guava/
DAndroid.bp108 // Guava for Android can't compile against an Android bootclasspath, compile
/external/okhttp/
DAndroid.bp138 // This should not end up on the bootclasspath and instead should only be used to build
/external/grpc-grpc-java/
DSECURITY.md224 *Jetty ALPN brings its own baggage in that the Java bootclasspath needs to be modified, which may n…
232 …etty-NPN](https://github.com/jetty-project/jetty-npn) if on Java < 8) bootclasspath extension for …
/external/auto/value/
DCHANGES.md47 -target 7 -bootclasspath <rt.jar-from-jdk7>`, but using the `javac` from jdk8 or
/external/conscrypt/
DAndroid.bp646 "com.android.conscrypt-bootclasspath-fragment",
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst1346 .. option:: -fbootclasspath=<arg>, --bootclasspath <arg>, --bootclasspath=<arg>
/external/clang/include/clang/Driver/
DOptions.td1947 def _bootclasspath_EQ : Joined<["--"], "bootclasspath=">, Alias<fbootclasspath_EQ>;
1948 def _bootclasspath : Separate<["--"], "bootclasspath">, Alias<fbootclasspath_EQ>;
/external/llvm-project/clang/include/clang/Driver/
DOptions.td3132 def _bootclasspath_EQ : Joined<["--"], "bootclasspath=">, Alias<fbootclasspath_EQ>;
3133 def _bootclasspath : Separate<["--"], "bootclasspath">, Alias<fbootclasspath_EQ>;