Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc432 bool ReadUintAndAdvance(/*out*/ T* value) { in ReadUintAndAdvance() function in art::ProfileCompilationInfo::SafeBuffer
449 if (!ReadUintAndAdvance(&length)) { in ReadStringAndAdvance()
1582 if (!buffer.ReadUintAndAdvance(&num_dex_files)) { in ReadDexFilesSection()
1594 if (!buffer.ReadUintAndAdvance(&checksum) || in ReadDexFilesSection()
1595 !buffer.ReadUintAndAdvance(&num_type_ids) || in ReadDexFilesSection()
1596 !buffer.ReadUintAndAdvance(&num_method_ids)) { in ReadDexFilesSection()
1648 if (!buffer.ReadUintAndAdvance(&num_extra_descriptors)) { in ReadExtraDescriptorsSection()
1701 if (!buffer.ReadUintAndAdvance(&profile_index)) { in ReadClassesSection()
1737 if (!buffer.ReadUintAndAdvance(&profile_index)) { in ReadMethodsSection()
2563 if (!buffer.ReadUintAndAdvance(&classes_size)) { in ReadClasses()
[all …]