Searched refs:ReadUintAndAdvance (Results 1 – 1 of 1) sorted by relevance
419 bool ReadUintAndAdvance(/*out*/ T* value) { in ReadUintAndAdvance() function in art::ProfileCompilationInfo::SafeBuffer436 if (!ReadUintAndAdvance(&length)) { in ReadStringAndAdvance()1498 if (!buffer.ReadUintAndAdvance(&num_dex_files)) { in ReadDexFilesSection()1510 if (!buffer.ReadUintAndAdvance(&checksum) || in ReadDexFilesSection()1511 !buffer.ReadUintAndAdvance(&num_type_ids) || in ReadDexFilesSection()1512 !buffer.ReadUintAndAdvance(&num_method_ids)) { in ReadDexFilesSection()1564 if (!buffer.ReadUintAndAdvance(&num_extra_descriptors)) { in ReadExtraDescriptorsSection()1617 if (!buffer.ReadUintAndAdvance(&profile_index)) { in ReadClassesSection()1653 if (!buffer.ReadUintAndAdvance(&profile_index)) { in ReadMethodsSection()2491 if (!buffer.ReadUintAndAdvance(&classes_size)) { in ReadClasses()[all …]