Lines Matching refs:method_map
1328 for (const auto& method_it : dex_data->method_map) { in VerifyProfileData()
1900 for (const auto& other_method_it : other_dex_data->method_map) { in MergeWith()
1958 total += dex_data->method_map.size(); in GetNumberOfMethods()
2021 for (const auto& method_it : dex_data->method_map) { in DumpInfo()
2088 for (const auto& it : dex_data->method_map) { in GetClassesAndMethods()
2244 return &(method_map.FindOrAdd( in FindOrAddHotMethod()
2301 auto it = method_map.find(dex_method_index); in GetHotnessInfo()
2302 if (it != method_map.end()) { in GetHotnessInfo()
2548 if (!method_map.empty()) { in MethodsDataSize()
2553 size_t num_hot_methods = method_map.size(); in MethodsDataSize()
2556 for (const auto& method_entry : method_map) { in MethodsDataSize()
2628 for (const auto& method_entry : method_map) { in WriteMethods()