Home
last modified time | relevance | path

Searched refs:has_dex_section (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dvdex_file.cc71 bool has_dex_section, in VerifierDepsHeader() argument
80 if (has_dex_section) { in VerifierDepsHeader()
Dvdex_file.h73 bool has_dex_section,
/art/dex2oat/linker/
Doat_writer.cc3968 bool has_dex_section = extract_dex_files_into_vdex_; in WriteChecksumsAndVdexHeader() local
3969 if (has_dex_section) { in WriteChecksumsAndVdexHeader()
3996 oat_dex_files_.size(), verifier_deps_section_size, has_dex_section); in WriteChecksumsAndVdexHeader()