Home
last modified time | relevance | path

Searched defs:num_dex_files (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc3357 size_t num_dex_files = oat_file->GetOatDexFiles().size(); in GetBootClassPathChecksums() local
3567 size_t num_dex_files = oat_file->GetOatDexFiles().size(); in VerifyBootClassPathChecksums() local
/art/libprofile/profile/
Dprofile_compilation_info_test.cc464 ProfileIndexType num_dex_files = 1u; in TEST_F() local
Dprofile_compilation_info.cc1497 ProfileIndexType num_dex_files; in ReadDexFilesSection() local
/art/dex2oat/linker/
Doat_writer.cc2068 size_t OatWriter::InitOatHeader(uint32_t num_dex_files, in InitOatHeader()