Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h950 void WriteProfileIndex(std::vector<uint8_t>* buffer, ProfileIndexType value) const;
Dprofile_compilation_info.cc404 WriteProfileIndex(&buffer, static_cast<ProfileIndexType>(info_.size())); in Save()
566 WriteProfileIndex(buffer, dex_profile_index); in AddInlineCacheToBuffer()
2255 void ProfileCompilationInfo::WriteProfileIndex( in WriteProfileIndex() function in art::ProfileCompilationInfo