Home
last modified time | relevance | path

Searched refs:kOnlyIfCompressed (Results 1 – 6 of 6) sorted by relevance

/art/dex2oat/linker/
Doat_writer_test.cc123 vdex_file, oat_file, oat_writer, key_value_store, verify, CopyOption::kOnlyIfCompressed); in WriteElf()
594 CopyOption::kOnlyIfCompressed, in TestDexFileInput()
819 TestZipFileInput(false, CopyOption::kOnlyIfCompressed); in TEST_F()
827 TestZipFileInput(true, CopyOption::kOnlyIfCompressed); in TEST_F()
847 CopyOption::kOnlyIfCompressed, in TestZipFileInputWithEmptyDex()
Doat_writer.h70 kOnlyIfCompressed enumerator
Dimage_test.h265 /* copy_dex_files */ CopyOption::kOnlyIfCompressed, in DoCompile()
Doat_writer.cc3175 if (copy_dex_files == CopyOption::kOnlyIfCompressed) { in WriteDexFiles()
/art/dex2oat/
Ddex2oat_options.cc228 .WithValueMap({{"true", linker::CopyOption::kOnlyIfCompressed}, in CreateArgumentParser()
Ddex2oat.cc2824 linker::CopyOption copy_dex_files_ = linker::CopyOption::kOnlyIfCompressed;