Searched refs:update_input_vdex (Results 1 – 2 of 2) sorted by relevance
/art/dex2oat/linker/ |
D | oat_writer.h | 179 bool update_input_vdex, 295 bool update_input_vdex, 300 bool update_input_vdex); 314 bool update_input_vdex);
|
D | oat_writer.cc | 664 bool update_input_vdex, in WriteAndOpenDexFiles() argument 693 if (!WriteDexFiles(vdex_out.get(), vdex_file, update_input_vdex, copy_dex_files) || in WriteAndOpenDexFiles() 3170 bool update_input_vdex, in WriteDexFiles() argument 3201 if (!WriteDexFile(out, file, &oat_dex_file, update_input_vdex)) { in WriteDexFiles() 3211 CHECK(!update_input_vdex) << "Update input vdex should have empty dex container"; in WriteDexFiles() 3287 if (!update_input_vdex) { in WriteDexFiles() 3325 bool update_input_vdex) { in WriteDexFile() argument 3332 CHECK(!update_input_vdex) in WriteDexFile() 3338 DCHECK(!update_input_vdex); in WriteDexFile() 3343 DCHECK(!update_input_vdex); in WriteDexFile() [all …]
|