Searched refs:kOnlyIfCompressed (Results 1 – 6 of 6) sorted by relevance
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 124 vdex_file, oat_file, oat_writer, key_value_store, verify, CopyOption::kOnlyIfCompressed); in WriteElf() 636 CopyOption::kOnlyIfCompressed, in TestDexFileInput() 674 CopyOption::kOnlyIfCompressed, in TestDexFileInput() 854 TestZipFileInput(false, CopyOption::kOnlyIfCompressed); in TEST_F() 862 TestZipFileInput(true, CopyOption::kOnlyIfCompressed); in TEST_F() 882 CopyOption::kOnlyIfCompressed, in TestZipFileInputWithEmptyDex()
|
D | oat_writer.h | 70 kOnlyIfCompressed enumerator
|
D | image_test.h | 262 /* copy_dex_files */ CopyOption::kOnlyIfCompressed, in DoCompile()
|
D | oat_writer.cc | 3108 if (copy_dex_files == CopyOption::kOnlyIfCompressed) { in WriteDexFiles()
|
/art/dex2oat/ |
D | dex2oat_options.cc | 334 .WithValueMap({{"true", linker::CopyOption::kOnlyIfCompressed}, in CreateDex2oatArgumentParser()
|
D | dex2oat.cc | 2987 linker::CopyOption copy_dex_files_ = linker::CopyOption::kOnlyIfCompressed;
|