Home
last modified time | relevance | path

Searched refs:use_existing_vdex (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Doat_writer.h164 bool use_existing_vdex,
284 bool use_existing_vdex,
Doat_writer.cc523 bool use_existing_vdex, in WriteAndOpenDexFiles() argument
538 if (!WriteDexFiles(vdex_file, verify, use_existing_vdex, copy_dex_files, &dex_files_map) || in WriteAndOpenDexFiles()
3252 bool use_existing_vdex, in WriteDexFiles() argument
3349 if (!use_existing_vdex) { in WriteDexFiles()
3359 use_existing_vdex ? PROT_READ : PROT_READ | PROT_WRITE, in WriteDexFiles()
3384 if (use_existing_vdex) { in WriteDexFiles()
3399 if (!use_existing_vdex) { in WriteDexFiles()
3405 if (!use_existing_vdex) { in WriteDexFiles()
3410 if (!use_existing_vdex) { in WriteDexFiles()
3432 if (use_existing_vdex) { in WriteDexFiles()