Home
last modified time | relevance | path

Searched refs:oat (Results 1 – 25 of 38) sorted by relevance

12

/art/oatdump/
DAndroid.mk29 .PHONY: dump-oat
30 dump-oat: dump-oat-core dump-oat-boot
32 .PHONY: dump-oat-core
33 dump-oat-core: dump-oat-core-host dump-oat-core-target
35 .PHONY: dump-oat-core-host
37 dump-oat-core-host: $(HOST_CORE_IMG_OUTS) $(OATDUMP)
42 .PHONY: dump-oat-core-target-$(TARGET_ARCH)
44 dump-oat-core-target-$(TARGET_ARCH): $(TARGET_CORE_IMAGE_DEFAULT_$(ART_PHONY_TEST_TARGET_SUFFIX)) $…
51 .PHONY: dump-oat-core-target-$(TARGET_2ND_ARCH)
53 dump-oat-core-target-$(TARGET_2ND_ARCH): $(TARGET_CORE_IMAGE_DEFAULT_$(2ND_ART_PHONY_TEST_TARGET_SU…
[all …]
/art/runtime/gc/space/
Dimage_space_test.cc47 std::unique_ptr<OatFile> oat(OatFile::Open(/*zip_fd=*/ -1, in TEST_F() local
55 ASSERT_TRUE(oat != nullptr) << error_msg; in TEST_F()
58 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
62 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
66 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
70 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
74 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
78 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
82 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
86 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
[all …]
/art/build/
DAndroid.oat.mk42 define create-core-oat-host-rules
89 --oat-file=$$(PRIVATE_CORE_OAT_NAME) \
90 --oat-location=$$(PRIVATE_CORE_OAT_NAME) --image=$$(PRIVATE_CORE_IMG_NAME) \
110 define create-core-oat-host-rule-combination
111 $(call create-core-oat-host-rules,$(1),)
114 $(call create-core-oat-host-rules,$(1),2ND_)
118 $(eval $(call create-core-oat-host-rule-combination,optimizing))
119 $(eval $(call create-core-oat-host-rule-combination,interpreter))
120 $(eval $(call create-core-oat-host-rule-combination,interp-ac))
127 define create-core-oat-target-rules
[all …]
DAndroid.common_path.mk39 TARGET_CORE_OAT := $(ART_TARGET_TEST_DIR)/$(DEX2OAT_TARGET_ARCH)/core.oat
41 …GET_CORE_OAT := $(ART_TARGET_TEST_DIR)/$($(TARGET_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_ARCH)/core.oat
44 CORE_OAT_SUFFIX := .oat
/art/dexlayout/
Ddexdiag_test.cc71 std::unique_ptr<OatFile> oat(OatFile::Open(/*zip_fd=*/ -1, in OpenOatAndVdexFiles() local
79 EXPECT_TRUE(oat != nullptr) << error_msg; in OpenOatAndVdexFiles()
80 return oat; in OpenOatAndVdexFiles()
121 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles(); local
133 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles(); local
147 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles(); local
/art/build/apex/
Dart_preinstall_hook_boot.sh66 --oat-file=/data/dalvik-cache/$DEX2OAT_TARGET_ARCH/system@framework@boot.oat \
67 --oat-location=/data/dalvik-cache/$DEX2OAT_TARGET_ARCH/system@framework@boot.oat \
/art/runtime/
Doat_file_assistant.cc153 VLOG(oat) << "Dex parent of " << dex_location_ << " is not writable: " << strerror(errno); in OatFileAssistant()
179 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path"; in IsInBootClassPath()
380 VLOG(oat) << "Dex checksum does not match for dex: " << dex in DexChecksumUpToDate()
414 VLOG(oat) << "Oat image checksum does not match image checksum."; in GivenOatFileStatus()
418 VLOG(oat) << "Image checksum test skipped for compiler filter " << current_compiler_filter; in GivenOatFileStatus()
580 VLOG(oat) << "OatFileAssistant: " << error_msg; in GetRequiredDexChecksums()
652 VLOG(oat) << "No image for oat image checksum to match against."; in ValidateBootClassPathChecksums()
793 VLOG(oat) << "unable to open vdex file " << vdex_filename << ": " << error_msg; in Status()
799 VLOG(oat) << error_msg; in Status()
807 VLOG(oat) << file->GetLocation() << " is " << status_ in Status()
[all …]
/art/test/134-nodex2oat-nofallback/
Dexpected.txt21 …Caused by: java.io.IOException: Failed to open oat file from dex location '/tmp/user/test-12345/13…
23 ….IOException: Failed to open oat file from /tmp/user/test-12345/x86/134-nodex2oat-nofallback.odex …
52 …Caused by: java.io.IOException: Failed to open oat file from dex location '/tmp/user/test-12345/13…
54 ….IOException: Failed to open oat file from /tmp/user/test-12345/x86/134-nodex2oat-nofallback.odex …
/art/test/004-InterfaceTest/
Dinfo.txt1 Imported from oat tests.
/art/test/004-JniTest/
Dinfo.txt1 Imported from oat tests.
/art/test/004-ThreadStress/
Dinfo.txt1 Imported from oat tests.
/art/test/004-StackWalk/
Dinfo.txt1 Imported from oat tests.
/art/test/004-SignalTest/
Dinfo.txt1 Imported from oat tests.
/art/test/004-ReferenceMap/
Dinfo.txt1 Imported from oat tests.
/art/test/004-NativeAllocations/
Dinfo.txt1 Imported from oat tests.
/art/test/116-nodex2oat/
Dexpected.txt2 Has oat is false.
/art/test/001-HelloWorld/
Dinfo.txt1 Imported from oat test. Print "Hello World."
/art/test/677-fsi2/
Drun17 ${RUN} $@ --runtime-option -Xonly-use-system-oat-files
Dinfo.txt1 Test that -Xonly-use-system-oat-files works.
/art/test/114-ParallelGC/
Dinfo.txt1 Imported from oat tests. Allocates and frees objects with multiple threads.
/art/test/677-fsi/
Dexpected.txt1 oat file has dex code, but APK has uncompressed dex code
Drun19 exec ${RUN} $@ -Xcompiler-option --copy-dex-files=always --runtime-option -Xonly-use-system-oat-fil…
/art/test/001-Main/
Dinfo.txt1 Import of a previous oat test. Empty main, just test starting up the runtime.
/art/test/147-stripped-dex-fallback/
Dinfo.txt1 Verify that we fallback to running out of dex code in the oat file if there is
/art/tools/
Dart51 --no-clean Don't cleanup oat directories.
125 # Delete the 'oat' directories relative to the classpath's dex files.
126 # e.g. (foo/classes.dex bar/classes.dex) would delete (foo/oat bar/oat) directories.
135 [[ -d "$dirpath" ]] && verbose_run rm -rf "$dirpath/oat"
140 # Each dex file's directory will have an 'oat' file directory, delete it.
142 # e.g. -cp foo/classes.dex:bar/classes.dex would delete (foo/oat bar/oat) directories.
194 # Create oat file directory.
195 verbose_run mkdir -p $(dirname "$dex_file")/oat/$ISA
197 local oat_file=$(dirname "$dex_file")/oat/$ISA/${oat_file%.*}.odex
215 --oat-file=$oat_file
[all …]

12