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() 651 CopyOption::kOnlyIfCompressed, in TestDexFileInput() 689 CopyOption::kOnlyIfCompressed, in TestDexFileInput() 869 TestZipFileInput(false, CopyOption::kOnlyIfCompressed); in TEST_F() 877 TestZipFileInput(true, CopyOption::kOnlyIfCompressed); in TEST_F() 897 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 | 3192 if (copy_dex_files == CopyOption::kOnlyIfCompressed) { in WriteDexFiles()
|
/art/dex2oat/ |
D | dex2oat_options.cc | 232 .WithValueMap({{"true", linker::CopyOption::kOnlyIfCompressed}, in CreateArgumentParser()
|
D | dex2oat.cc | 3091 linker::CopyOption copy_dex_files_ = linker::CopyOption::kOnlyIfCompressed;
|