Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h953 bool ReadProfileIndex(SafeBuffer& safe_buffer, ProfileIndexType* value) const;
Dprofile_compilation_info.cc792 if (!ReadProfileIndex(buffer, &dex_profile_index)) { in ReadInlineCache()
994 if (!ReadProfileIndex(safe_buffer_header_data, number_of_dex_files)) { in ReadProfileHeader()
2264 bool ProfileCompilationInfo::ReadProfileIndex( in ReadProfileIndex() function in art::ProfileCompilationInfo