Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_boot_info.cc45 AddUintToBuffer(&buffer, static_cast<uint8_t>(dex_file->GetLocation().size())); in Save()
49 AddUintToBuffer(&buffer, static_cast<uint8_t>(0)); in Save()
53 AddUintToBuffer(&buffer, pair.first); in Save()
54 AddUintToBuffer(&buffer, pair.second); in Save()
Dprofile_helpers.h48 inline void AddUintToBuffer(std::vector<uint8_t>* buffer, T value) { in AddUintToBuffer() function