Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1983 for (const std::string& other_extra_descriptor : other.extra_descriptors_) { in MergeWith() local
1984 auto it = extra_descriptors_indexes_.find(std::string_view(other_extra_descriptor)); in MergeWith()
1988 ExtraDescriptorIndex extra_descriptor_index = AddExtraDescriptor(other_extra_descriptor); in MergeWith()