Searched refs:other_method_it (Results 1 – 1 of 1) sorted by relevance
1674 for (const auto& other_method_it : other_dex_data->method_map) { in MergeWith() local1675 uint16_t other_method_index = other_method_it.first; in MergeWith()1680 const auto& other_inline_cache = other_method_it.second; in MergeWith()