Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1592 ExtraDescriptorIndex extra_descriptor_index = AddExtraDescriptor(extra_descriptor); in ReadExtraDescriptorsSection() local
1593 if (extra_descriptor_index == kMaxExtraDescriptors) { in ReadExtraDescriptorsSection()
1597 extra_descriptors_remap->push_back(extra_descriptor_index); in ReadExtraDescriptorsSection()
1866 ExtraDescriptorIndex extra_descriptor_index = AddExtraDescriptor(other_extra_descriptor); in MergeWith() local
1867 if (extra_descriptor_index == kMaxExtraDescriptors) { in MergeWith()
1871 extra_descriptors_remap.push_back(extra_descriptor_index); in MergeWith()