Home
last modified time | relevance | path

Searched refs:oat (Results 1 – 25 of 30) 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.cc43 std::unique_ptr<OatFile> oat(OatFile::Open(oat_location.c_str(), in TEST_F() local
51 ASSERT_TRUE(oat != nullptr) << error_msg; in TEST_F()
54 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
58 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
62 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
66 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
70 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
74 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
78 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
82 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
[all …]
/art/build/
DAndroid.oat.mk47 define create-core-oat-host-rules
108 $$(addprefix --dex-location=,$$(HOST_CORE_DEX_LOCATIONS)) --oat-file=$$(PRIVATE_CORE_OAT_NAME) \
109 --oat-location=$$(PRIVATE_CORE_OAT_NAME) --image=$$(PRIVATE_CORE_IMG_NAME) \
130 define create-core-oat-host-rule-combination
131 $(call create-core-oat-host-rules,$(1),,$(2),$(3),$(4))
134 $(call create-core-oat-host-rules,$(1),2ND_,$(2),$(3),$(4))
138 $(eval $(call create-core-oat-host-rule-combination,optimizing,,,false))
139 $(eval $(call create-core-oat-host-rule-combination,interpreter,,,false))
140 $(eval $(call create-core-oat-host-rule-combination,interp-ac,,,false))
141 $(eval $(call create-core-oat-host-rule-combination,optimizing,,,true))
[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/test/117-nopatchoat/
Dexpected.txt3 dex2oat & patchoat are disabled, has oat is true, has executable oat is expected.
7 dex2oat & patchoat are enabled, has oat is true, has executable oat is expected.
11 dex2oat & patchoat are enabled, has oat is true, has executable oat is expected.
/art/test/116-nodex2oat/
Dexpected.txt3 Has oat is false, is dex2oat enabled is false.
6 Has oat is true, is dex2oat enabled is true.
9 Has oat is true, is dex2oat enabled is true.
/art/runtime/
Doat_file_assistant.cc136 VLOG(oat) << "Dex parent of " << dex_location_ << " is not writable: " << strerror(errno); in OatFileAssistant()
158 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path"; in IsInBootClassPath()
410 VLOG(oat) << "Dex checksum does not match for dex: " << dex in DexChecksumUpToDate()
452 VLOG(oat) << "No image for oat image checksum to match against."; in GivenOatFileStatus()
467 VLOG(oat) << "Oat image checksum does not match image checksum."; in GivenOatFileStatus()
471 VLOG(oat) << "Image checksum test skipped for compiler filter " << current_compiler_filter; in GivenOatFileStatus()
478 VLOG(oat) << "No image to check oat relocation against."; in GivenOatFileStatus()
487 VLOG(oat) << file.GetLocation() << in GivenOatFileStatus()
498 VLOG(oat) << file.GetLocation() << in GivenOatFileStatus()
506 VLOG(oat) << "Oat relocation test skipped for PIC oat file"; in GivenOatFileStatus()
[all …]
Doat_file.cc219 if (kIsTargetBuild && (kIsDebugBuild || VLOG_IS_ON(oat))) { in ComputeFields()
261 /*inout*/const uint8_t** oat, in ReadOatDexFileData() argument
263 DCHECK(oat != nullptr); in ReadOatDexFileData()
265 DCHECK_LE(*oat, oat_file.End()); in ReadOatDexFileData()
266 if (UNLIKELY(static_cast<size_t>(oat_file.End() - *oat) < sizeof(T))) { in ReadOatDexFileData()
271 *value = *reinterpret_cast<const unaligned_type*>(*oat); in ReadOatDexFileData()
272 *oat += sizeof(T); in ReadOatDexFileData()
314 const uint8_t* oat = Begin(); in Setup() local
315 oat += sizeof(OatHeader); in Setup()
316 if (oat > End()) { in Setup()
[all …]
Doat_file_manager.cc507 if (!VLOG_IS_ON(oat)) { in CollisionCheck()
645 VLOG(oat) << error_msg; in OpenDexFilesFromOat()
DAndroid.bp179 "oat.cc",
453 "oat.h",
/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-NativeAllocations/
Dinfo.txt1 Imported from oat tests.
/art/test/004-ReferenceMap/
Dinfo.txt1 Imported from oat tests.
/art/test/004-SignalTest/
Dinfo.txt1 Imported from oat tests.
/art/test/004-StackWalk/
Dinfo.txt1 Imported from oat tests.
/art/test/004-ThreadStress/
Dinfo.txt1 Imported from oat tests.
/art/test/004-JniTest/
Dinfo.txt1 Imported from oat tests.
/art/test/001-HelloWorld/
Dinfo.txt1 Imported from oat test. Print "Hello World."
/art/test/114-ParallelGC/
Dinfo.txt1 Imported from oat tests. Allocates and frees objects with multiple threads.
/art/test/001-Main/
Dinfo.txt1 Import of a previous oat test. Empty main, just test starting up the runtime.
/art/
DAndroid.mk26 include $(art_path)/build/Android.oat.mk
30 ifneq (,$(filter clean-oat%,$(MAKECMDGOALS)))
40 .PHONY: clean-oat
41 clean-oat: clean-oat-host clean-oat-target
43 .PHONY: clean-oat-host
44 clean-oat-host:
54 .PHONY: clean-oat-target
55 clean-oat-target:
/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/test/706-jit-skip-compilation/
Dinfo.txt4 oat file and so we may end up compiling a method which we shouldn't.
/art/runtime/base/
Dlogging.h48 bool oat; member

12