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.cc1019 uint64_t dex_files_section_size = sizeof(ProfileIndexType); // Number of dex files. in Save() local
1028 dex_files_section_size += in Save()
1048 dex_files_section_size + in Save()
1085 SafeBuffer buffer(dex_files_section_size); in Save()
1096 if (!WriteBuffer(fd, buffer.Get(), dex_files_section_size)) { in Save()
1099 add_section_info(FileSectionType::kDexFiles, dex_files_section_size, /*inflated_size=*/ 0u); in Save()