Searched refs:update_input_vdex (Results 1 – 2 of 2) sorted by relevance
/art/dex2oat/linker/ |
D | oat_writer.h | 176 bool update_input_vdex, 296 bool update_input_vdex, 301 bool update_input_vdex); 315 bool update_input_vdex);
|
D | oat_writer.cc | 669 bool update_input_vdex, in WriteAndOpenDexFiles() argument 684 if (!WriteDexFiles(vdex_out.get(), vdex_file, update_input_vdex, copy_dex_files) || in WriteAndOpenDexFiles() 3187 bool update_input_vdex, in WriteDexFiles() argument 3218 if (!WriteDexFile(out, file, &oat_dex_file, update_input_vdex)) { in WriteDexFiles() 3228 CHECK(!update_input_vdex) << "Update input vdex should have empty dex container"; in WriteDexFiles() 3304 if (!update_input_vdex) { in WriteDexFiles() 3342 bool update_input_vdex) { in WriteDexFile() argument 3349 CHECK(!update_input_vdex) in WriteDexFile() 3355 DCHECK(!update_input_vdex); in WriteDexFile() 3360 DCHECK(!update_input_vdex); in WriteDexFile() [all …]
|