Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc64 bool has_dex_section) in VerifierDepsHeader() argument
69 if (has_dex_section) { in VerifierDepsHeader()
Dvdex_file.h65 bool has_dex_section);
/art/dex2oat/linker/
Doat_writer.cc4110 bool has_dex_section = extract_dex_files_into_vdex_; in WriteChecksumsAndVdexHeader() local
4111 if (has_dex_section) { in WriteChecksumsAndVdexHeader()
4138 oat_dex_files_.size(), verifier_deps_section_size, has_dex_section); in WriteChecksumsAndVdexHeader()