Home
last modified time | relevance | path

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

/art/test/936-search-onload/src/
DMain.java30 private static void doTest(boolean boot, String className) throws Exception { in doTest() argument
32 if (boot) { in doTest()
40 throw new RuntimeException(className + "(" + boot + "): " + in doTest()
43 System.out.println(className + " was loaded with " + (boot ? "boot" : "system") + in doTest()
/art/tools/
Dboot-image-profile-generate.sh73 OUT_BOOT_PROFILE="$OUT_DIR"/boot-image-profile.txt
81 BOOT_UNZIP_DIR="$WORK_DIR"/boot-dex
118 --generate-boot-image-profile \
133 --generate-boot-image-profile \
Dcompile-jar.sh36 …--boot-image=${OUT}/apex/com.android.art/javalib/boot.art:${OUT}/system/framework/boot-framework.a…
Dlibjdwp-compat.props17 sun.boot.class.path=
18 sun.boot.library.path=
Dboot-image-profile-configure-device.sh42 cp "$ANDROID_PRODUCT_OUT"/boot.zip $OUT_BOOT_ZIP
Dart64 …2) Not having boot.art available (see $ANDROID_BUILD_TOP/build/make/core/dex_preopt_libart_boot.mk)
65 eg m -j32 out/target/product/generic_x86_64/dex_bootjars/system/framework/x86_64/boot.art
168 # Automatically find the boot image location. It uses core.art by default.
169 # On a real device, it might only have a boot.art, so use that instead when core.art does not exist.
174 # If there are no existing core.art, try to find boot.art.
175 # If there is no boot.art then leave it as-is, assumes -Ximage is explicitly used.
178 check_if_boot_image_file_exists "$image_location_dir" "boot.art"; then
179 image_location_name="boot.art"
211 --boot-image=$DEX2OAT_BOOT_IMAGE \
Dhost_bcp.sh21 Extracts boot class path locations from <image> and outputs the appropriate
/art/test/929-search/src/
DMain.java30 private static void doTest(boolean boot, String segment, String className) throws Exception { in doTest() argument
32 if (boot) { in doTest()
42 throw new RuntimeException(className + "(" + boot + "/" + segment + "): " + in doTest()
/art/test/674-hiddenapi/
Dinfo.txt10 the parent does not belong to boot class path.
11 (b) Parent is appended to boot class path, child is loaded with PathClassLoader.
14 (c) Both parent and child are appended to boot class path. Restrictions should
15 not apply as hidden APIs are accessible within the boundaries of the boot
Dbuild31 mv ${TEST_NAME}.jar res/boot.jar
/art/test/596-app-images/src/
DMain.java66 assertEqual(BootInternedString.boot, BootInternedString.boot.intern(), in main()
145 final public static String boot = "double"; field in BootInternedString
/art/test/936-search-onload/
Dexpected.txt1 B was loaded with boot classloader
/art/test/719-dm-verify-redefinition/
Dinfo.txt2 if the app redefines boot classes.
/art/test/595-profile-saving/
Drun29 --runtime-option -Xps-profile-boot-class-path \
/art/test/158-app-image-class-table/
Dinfo.txt2 when it contains only boot image class loader classes while dex caches
/art/test/912-classes/src-art/art/
DTest912.java199 ClassLoader boot = ClassLoader.getSystemClassLoader().getParent(); in testClassLoaderClasses() local
200 while (boot.getParent() != null) { in testClassLoaderClasses()
201 boot = boot.getParent(); in testClassLoaderClasses()
204 Class<?>[] bootClasses = getClassLoaderClasses(boot); in testClassLoaderClasses()
257 final ClassLoader boot = cl; in testClassEvents() local
/art/build/apex/
Dart_apex_boot_integrity.rc16 # Check that boot classpath files in /data/dalvik-cache have fsverity
/art/oatdump/
DAndroid.mk30 dump-oat: dump-oat-core dump-oat-boot
/art/test/134-nodex2oat-nofallback/
Dexpected.txt33 …Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack t…
64 …Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack t…
/art/test/922-properties/
Dexpected.txt55 "java.boot.class.path": ERROR !!!JVMTI_ERROR_NOT_AVAILABLE
/art/build/
DAndroid.oat.mk116 --boot-image=$$(PRIVATE_CORE_IMAGE_LOCATION) \
232 --boot-image=$$(PRIVATE_CORE_IMAGE_LOCATION) \
/art/test/912-classes/
Dexpected.txt48 boot <- (B) <- (A,C)
52 boot <- (B) <- (A, List)
56 boot <- 1+2 (A,B)
/art/test/
Drun-test671 run_args+=(--boot --runtime-option "-Xbootclasspath:${bpath}")
678 run_args+=(--boot "${ANDROID_HOST_OUT}/framework/core.art:*")
683 run_args+=(--boot "/data/art-test/core.art:/data/art-test/*")
DREADME.chroot.md28 functional Android Runtime is necessary to properly boot a device);