Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1015 uint64_t dex_files_section_size = sizeof(ProfileIndexType); // Number of dex files. in Save() local
1024 dex_files_section_size += in Save()
1044 dex_files_section_size + in Save()
1081 SafeBuffer buffer(dex_files_section_size); in Save()
1092 if (!WriteBuffer(fd, buffer.Get(), dex_files_section_size)) { in Save()
1095 add_section_info(FileSectionType::kDexFiles, dex_files_section_size, /*inflated_size=*/ 0u); in Save()