Home
last modified time | relevance | path

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

/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.h877 uint32_t ClassesDataSize() const;
H A Dprofile_compilation_info.cc1054 classes_section_size += dex_data->ClassesDataSize(); in Save()
2644 uint32_t ProfileCompilationInfo::DexFileData::ClassesDataSize() const { in ClassesDataSize() function in art::ProfileCompilationInfo::DexFileData