Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc3545 size_t num_dex_files = oat_file->GetOatDexFiles().size(); in GetBootClassPathChecksums() local
3666 size_t num_dex_files = oat_file->GetOatDexFiles().size(); in VerifyBootClassPathChecksums() local
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc476 ProfileIndexType num_dex_files = 1u; in TEST_F() local
H A Dprofile_compilation_info.cc1648 ProfileIndexType num_dex_files; in ReadDexFilesSection() local
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.cc1965 size_t OatWriter::InitOatHeader(uint32_t num_dex_files, in InitOatHeader()