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.cc1711 ExtraDescriptorIndex extra_descriptor_index = AddExtraDescriptor(extra_descriptor); in ReadExtraDescriptorsSection() local
1712 if (extra_descriptor_index == kMaxExtraDescriptors) { in ReadExtraDescriptorsSection()
1716 extra_descriptors_remap->push_back(extra_descriptor_index); in ReadExtraDescriptorsSection()
1988 ExtraDescriptorIndex extra_descriptor_index = AddExtraDescriptor(other_extra_descriptor); in MergeWith() local
1989 if (extra_descriptor_index == kMaxExtraDescriptors) { in MergeWith()
1993 extra_descriptors_remap.push_back(extra_descriptor_index); in MergeWith()