Home
last modified time | relevance | path

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

/art/oatdump/
DAndroid.mk30 dump-oat: dump-oat-core dump-oat-boot
66 .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.txt
75 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.txt
81 .PHONY: dump-oat-boot
82 dump-oat-boot: dump-oat-boot-$(TARGET_ARCH)
[all …]
/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/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/936-search-onload/
Dexpected.txt1 B was loaded with boot classloader
/art/test/912-classes/src/art/
DTest912.java194 ClassLoader boot = ClassLoader.getSystemClassLoader().getParent(); in testClassLoaderClasses() local
195 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
/art/test/158-app-image-class-table/
Dinfo.txt2 when it contains only boot image class loader classes while dex caches
/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/test/912-classes/
Dexpected.txt48 boot <- (B) <- (A,C)
52 boot <- (B) <- (A, List)
56 boot <- 1+2 (A,B)
/art/dex2oat/
DAndroid.bp36 // extremely slow first boot. Disabled to help speed up
/art/tools/
Dart99 …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