Searched refs:boot (Results 1 – 11 of 11) sorted by relevance
30 dump-oat: dump-oat-core dump-oat-boot66 .PHONY: dump-oat-boot-$(TARGET_ARCH)68 dump-oat-boot-$(TARGET_ARCH): $(DEFAULT_DEX_PREOPT_BUILT_IMAGE_FILENAME) $(OATDUMP)70 --output=$(ART_DUMP_OAT_PATH)/boot.$(TARGET_ARCH).oatdump.txt --instruction-set=$(TARGET_ARCH)71 @echo Output in $(ART_DUMP_OAT_PATH)/boot.$(TARGET_ARCH).oatdump.txt75 dump-oat-boot-$(TARGET_2ND_ARCH): $(2ND_DEFAULT_DEX_PREOPT_BUILT_IMAGE_FILENAME) $(OATDUMP)77 …--output=$(ART_DUMP_OAT_PATH)/boot.$(TARGET_2ND_ARCH).oatdump.txt --instruction-set=$(TARGET_2ND_A…78 @echo Output in $(ART_DUMP_OAT_PATH)/boot.$(TARGET_2ND_ARCH).oatdump.txt81 .PHONY: dump-oat-boot82 dump-oat-boot: dump-oat-boot-$(TARGET_ARCH)[all …]
30 private static void doTest(boolean boot, String className) throws Exception { in doTest() argument32 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()
30 private static void doTest(boolean boot, String segment, String className) throws Exception { in doTest() argument32 if (boot) { in doTest()42 throw new RuntimeException(className + "(" + boot + "/" + segment + "): " + in doTest()
1 B was loaded with boot classloader
194 ClassLoader boot = ClassLoader.getSystemClassLoader().getParent(); in testClassLoaderClasses() local195 while (boot.getParent() != null) { in testClassLoaderClasses()196 boot = boot.getParent(); in testClassLoaderClasses()199 Class<?>[] bootClasses = getClassLoaderClasses(boot); in testClassLoaderClasses()226 final ClassLoader boot = cl; in testClassEvents() local
2 when it contains only boot image class loader classes while dex caches
33 …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…
55 "java.boot.class.path": ERROR !!!JVMTI_ERROR_NOT_AVAILABLE
48 boot <- (B) <- (A,C)52 boot <- (B) <- (A, List)56 boot <- 1+2 (A,B)
36 // extremely slow first boot. Disabled to help speed up
99 …2) Not having boot.art available (see $ANDROID_BUILD_TOP/build/make/core/dex_preopt_libart_boot.mk)100 eg m -j32 out/target/product/generic_x86_64/dex_bootjars/system/framework/x86_64/boot.art