Searched refs:WriteProfileIndex (Results 1 – 2 of 2) sorted by relevance
950 void WriteProfileIndex(std::vector<uint8_t>* buffer, ProfileIndexType value) const;
404 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