Home
last modified time | relevance | path

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

/art/oatdump/
DAndroid.mk37 .PHONY: dump-oat
38 dump-oat: dump-oat-core dump-oat-boot
40 .PHONY: dump-oat-core
41 dump-oat-core: dump-oat-core-host dump-oat-core-target
43 .PHONY: dump-oat-core-host
45 dump-oat-core-host: $(HOST_CORE_IMG_OUTS) $(OATDUMP)
50 .PHONY: dump-oat-core-target
52 dump-oat-core-target: $(TARGET_CORE_IMAGE_default_no-pic_32) $(OATDUMP)
58 .PHONY: dump-oat-boot-$(TARGET_ARCH)
60 dump-oat-boot-$(TARGET_ARCH): $(DEFAULT_DEX_PREOPT_BUILT_IMAGE_FILENAME) $(OATDUMP)
[all …]
/art/build/
DAndroid.oat.mk41 define create-core-oat-host-rules
112 $$(addprefix --dex-location=,$$(HOST_CORE_DEX_LOCATIONS)) --oat-file=$$(PRIVATE_CORE_OAT_NAME) \
113 --oat-location=$$(PRIVATE_CORE_OAT_NAME) --image=$$(PRIVATE_CORE_IMG_NAME) \
133 define create-core-oat-host-rule-combination
134 $(call create-core-oat-host-rules,$(1),no-pic,,$(2),$(3))
135 $(call create-core-oat-host-rules,$(1),pic,,$(2),$(3))
138 $(call create-core-oat-host-rules,$(1),no-pic,2ND_,$(2),$(3))
139 $(call create-core-oat-host-rules,$(1),pic,2ND_,$(2),$(3))
143 $(eval $(call create-core-oat-host-rule-combination,default,,))
144 $(eval $(call create-core-oat-host-rule-combination,optimizing,,))
[all …]
DAndroid.common_path.mk45 TARGET_CORE_OAT := $(ART_TARGET_TEST_DIR)/$(DEX2OAT_TARGET_ARCH)/core.oat
47 …GET_CORE_OAT := $(ART_TARGET_TEST_DIR)/$($(TARGET_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_ARCH)/core.oat
50 CORE_OAT_SUFFIX := .oat
/art/test/117-nopatchoat/
Dexpected.txt2 dex2oat & patchoat are disabled, has oat is true, has executable oat is expected.
5 dex2oat & patchoat are enabled, has oat is true, has executable oat is expected.
8 dex2oat & patchoat are enabled, has oat is true, has executable oat is expected.
/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:
323 define declare-oat-target-target
330 .PHONY: oat-target-$(1)
[all …]
/art/test/116-nodex2oat/
Dexpected.txt2 Has oat is false, is dex2oat enabled is false.
4 Has oat is true, is dex2oat enabled is true.
6 Has oat is true, is dex2oat enabled is true.
/art/runtime/
Doat_file.cc387 const uint8_t* oat = Begin(); in Setup() local
388 oat += sizeof(OatHeader); in Setup()
389 if (oat > End()) { in Setup()
394 oat += GetOatHeader().GetKeyValueStoreSize(); in Setup()
395 if (oat > End()) { in Setup()
406 uint32_t dex_file_location_size = *reinterpret_cast<const uint32_t*>(oat); in Setup()
412 oat += sizeof(dex_file_location_size); in Setup()
413 if (UNLIKELY(oat > End())) { in Setup()
419 const char* dex_file_location_data = reinterpret_cast<const char*>(oat); in Setup()
420 oat += dex_file_location_size; in Setup()
[all …]
Doat_file_assistant.cc114 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path"; in IsInBootClassPath()
179 VLOG(oat) << "Oat File Assistant: No relocated oat file found," in GetBestOatFile()
424 VLOG(oat) << "Dex checksum does not match for secondary dex: " in GivenOatFileIsOutOfDate()
441 VLOG(oat) << "No image for oat image checksum to match against."; in GivenOatFileIsOutOfDate()
446 VLOG(oat) << "Oat image checksum does not match image checksum."; in GivenOatFileIsOutOfDate()
469 VLOG(oat) << "No image to check oat relocation against."; in GivenOatFileIsUpToDate()
478 VLOG(oat) << file.GetLocation() << in GivenOatFileIsUpToDate()
489 VLOG(oat) << file.GetLocation() << in GivenOatFileIsUpToDate()
539 VLOG(oat) << "Profile new in topK: " << *it; in IsProfileChangeSignificant()
543 VLOG(oat) << "Oat File Assistant: Profile for " << dex_location_ in IsProfileChangeSignificant()
[all …]
DAndroid.mk145 oat.cc \
328 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-UnsafeTest/
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/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-InterfaceTest/
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/runtime/base/
Dlogging.h48 bool oat; member
/art/cmdline/
Dcmdline_parser_test.cc267 log_verbosity.oat = true; in TEST_F()
Dcmdline_types.h601 log_verbosity.oat = true;