Home
last modified time | relevance | path

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

12

/art/test/661-oat-writer-layout/
DAndroid.bp3 // Build rules for ART run-test `661-oat-writer-layout`.
16 name: "art-run-test-661-oat-writer-layout",
21 ":art-run-test-661-oat-writer-layout-expected-stdout",
22 ":art-run-test-661-oat-writer-layout-expected-stderr",
28 name: "art-run-test-661-oat-writer-layout-expected-stdout",
29 out: ["art-run-test-661-oat-writer-layout-expected-stdout.txt"],
36 name: "art-run-test-661-oat-writer-layout-expected-stderr",
37 out: ["art-run-test-661-oat-writer-layout-expected-stderr.txt"],
/art/oatdump/
DAndroid.mk19 .PHONY: dump-oat
20 dump-oat: dump-oat-boot
/art/dexlayout/
Ddexdiag_test.cc66 std::unique_ptr<OatFile> oat(OatFile::Open(/*zip_fd=*/ -1, in OpenOatAndVdexFiles() local
72 EXPECT_TRUE(oat != nullptr) << error_msg; in OpenOatAndVdexFiles()
73 return oat; in OpenOatAndVdexFiles()
114 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles(); local
126 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles(); local
140 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles(); local
/art/test/677-fsi/
Dexpected-stderr.txt1 oat file has dex code, but APK has uncompressed dex code
2 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/runtime/gc/space/
Dimage_space_test.cc242 std::unique_ptr<OatFile> oat(OatFile::Open(/*zip_fd=*/ -1, in TEST_F() local
248 ASSERT_TRUE(oat != nullptr) << error_msg; in TEST_F()
265 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
269 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
273 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
277 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
281 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
285 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
289 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
293 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
[all …]
/art/runtime/
Doat_file_assistant.cc175 VLOG(oat) << "Dex parent of " << dex_location_ << " is not writable: " << strerror(errno); in OatFileAssistant()
194 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path"; in IsInBootClassPath()
394 VLOG(oat) << "Dex checksum does not match for dex: " << dex in DexChecksumUpToDate()
440 VLOG(oat) << "Image checksum test skipped for vdex file " << file.GetLocation(); in GivenOatFileStatus()
443 VLOG(oat) << "Oat image checksum does not match image checksum."; in GivenOatFileStatus()
447 VLOG(oat) << "Apex versions do not match."; in GivenOatFileStatus()
451 VLOG(oat) << "Image checksum test skipped for compiler filter " << current_compiler_filter; in GivenOatFileStatus()
625 VLOG(oat) << "Could not get required checksum: " << error_msg; in GetRequiredDexChecksums()
667 VLOG(oat) << "Failed to verify checksums of oat file " << oat_file.GetLocation() in ValidateBootClassPathChecksums()
780 VLOG(oat) << file->GetLocation() << " is " << status_ in Status()
[all …]
Doat_file.cc418 /*inout*/const uint8_t** oat, in ReadOatDexFileData() argument
420 DCHECK(oat != nullptr); in ReadOatDexFileData()
422 DCHECK_LE(*oat, oat_file.End()); in ReadOatDexFileData()
423 if (UNLIKELY(static_cast<size_t>(oat_file.End() - *oat) < sizeof(T))) { in ReadOatDexFileData()
428 *value = *reinterpret_cast<const unaligned_type*>(*oat); in ReadOatDexFileData()
429 *oat += sizeof(T); in ReadOatDexFileData()
434 /*inout*/const uint8_t** oat, in ReadIndexBssMapping() argument
441 if (UNLIKELY(!ReadOatDexFileData(*oat_file, oat, &index_bss_mapping_offset))) { in ReadIndexBssMapping()
603 const uint8_t* oat = Begin() + oat_dex_files_offset; // Jump to the OatDexFile records. in Setup() local
660 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_location_size))) { in Setup()
[all …]
/art/test/004-JniTest/
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/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-ThreadStress/
Dinfo.txt1 Imported from oat tests.
/art/test/116-nodex2oat/
Dexpected-stdout.txt2 Has oat is false.
/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/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/tools/
Dart130 # Delete the 'oat' directories relative to the classpath's dex files.
200 verbose_run mkdir -p $(dirname "$dex_file")/oat/$ISA
202 local oat_file=$(dirname "$dex_file")/oat/$ISA/${oat_file%.*}.odex
205 local art_file=$(dirname "$dex_file")/oat/$ISA/${art_file%.*}.art
227 --oat-file=$oat_file
/art/
DAndroid.mk29 .PHONY: clean-oat
30 clean-oat: clean-oat-host clean-oat-target
32 .PHONY: clean-oat-host
33 clean-oat-host:
38 .PHONY: clean-oat-target
39 clean-oat-target:
/art/libartbase/base/
Dlogging.h49 bool oat; member
/art/tools/jvmti-agents/enable-vlog/
DREADME.md52 * `oat`

12