Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc124 vdex_file, oat_file, oat_writer, key_value_store, verify, CopyOption::kOnlyIfCompressed); in WriteElf()
643 CopyOption::kOnlyIfCompressed, in TestDexFileInput()
681 CopyOption::kOnlyIfCompressed, in TestDexFileInput()
861 TestZipFileInput(false, CopyOption::kOnlyIfCompressed); in TEST_F()
869 TestZipFileInput(true, CopyOption::kOnlyIfCompressed); in TEST_F()
889 CopyOption::kOnlyIfCompressed, in TestZipFileInputWithEmptyDex()
Doat_writer.h70 kOnlyIfCompressed enumerator
Dimage_test.h262 /* copy_dex_files */ CopyOption::kOnlyIfCompressed, in DoCompile()
Doat_writer.cc3135 if (copy_dex_files == CopyOption::kOnlyIfCompressed) { in WriteDexFiles()
/art/dex2oat/
Ddex2oat_options.cc236 .WithValueMap({{"true", linker::CopyOption::kOnlyIfCompressed}, in CreateArgumentParser()
Ddex2oat.cc3099 linker::CopyOption copy_dex_files_ = linker::CopyOption::kOnlyIfCompressed;