Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc948 for (const auto& other_method_it : other_dex_data->method_map) { in MergeWith() local
949 uint16_t other_method_index = other_method_it.first; in MergeWith()
951 const auto& other_inline_cache = other_method_it.second; in MergeWith()