Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc760 if (!(buffer).ReadUintAndAdvance<type>(&(dest))) { \
906 bool ProfileCompilationInfo::SafeBuffer::ReadUintAndAdvance(/*out*/T* value) { in ReadUintAndAdvance() function in art::ProfileCompilationInfo::SafeBuffer
998 if (!safe_buffer_header_data.ReadUintAndAdvance<uint32_t>(uncompressed_data_size)) { in ReadProfileHeader()
1002 if (!safe_buffer_header_data.ReadUintAndAdvance<uint32_t>(compressed_data_size)) { in ReadProfileHeader()
2267 return safe_buffer.ReadUintAndAdvance<ProfileIndexType>(value); in ReadProfileIndex()
2270 bool result = safe_buffer.ReadUintAndAdvance<ProfileIndexTypeRegular>(&out); in ReadProfileIndex()
Dprofile_compilation_info.h816 template <typename T> bool ReadUintAndAdvance(/*out*/ T* value);