Searched refs:ReadUintAndAdvance (Results 1 – 2 of 2) sorted by relevance
813 if (!(buffer).ReadUintAndAdvance<type>(&(dest))) { \953 bool ProfileCompilationInfo::SafeBuffer::ReadUintAndAdvance(/*out*/T* value) { in ReadUintAndAdvance() function in art::ProfileCompilationInfo::SafeBuffer1035 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()
737 template <typename T> bool ReadUintAndAdvance(/*out*/ T* value);