Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc813 if (!(buffer).ReadUintAndAdvance<type>(&(dest))) { \
953 bool ProfileCompilationInfo::SafeBuffer::ReadUintAndAdvance(/*out*/T* value) { in ReadUintAndAdvance() function in art::ProfileCompilationInfo::SafeBuffer
1035 if (!safe_buffer.ReadUintAndAdvance<uint8_t>(number_of_dex_files)) { in ReadProfileHeader()
1039 if (!safe_buffer.ReadUintAndAdvance<uint32_t>(uncompressed_data_size)) { in ReadProfileHeader()
1043 if (!safe_buffer.ReadUintAndAdvance<uint32_t>(compressed_data_size)) { in ReadProfileHeader()
1485 if (!uncompressed_data.ReadUintAndAdvance<uint16_t>(&aggregation_count_)) { in LoadInternal()
Dprofile_compilation_info.h737 template <typename T> bool ReadUintAndAdvance(/*out*/ T* value);