Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h504 method_map(std::less<uint16_t>(), allocator->Adapter(kArenaAllocProfile)), in DexFileData()
531 method_map == other.method_map &&
568 MethodMap method_map; member
Dprofile_compilation_info.cc465 for (const auto& method_it : dex_data.method_map) { in Save()
594 uint32_t size = 2 * sizeof(uint16_t) * dex_data.method_map.size(); in GetMethodsRegionSize()
595 for (const auto& method_it : dex_data.method_map) { in GetMethodsRegionSize()
1142 (dex_data.class_set.size() + dex_data.method_map.size() + 2); in ReadAggregationCounters()
1219 for (const auto& method_it : dex_data->method_map) { in VerifyProfileData()
1674 for (const auto& other_method_it : other_dex_data->method_map) { in MergeWith()
1776 total += dex_data->method_map.size(); in GetNumberOfMethods()
1819 for (const auto& method_it : dex_data->method_map) { in DumpInfo()
1884 for (const auto& it : dex_data->method_map) { in GetClassesAndMethods()
2108 return &(method_map.FindOrAdd( in FindOrAddMethod()
[all …]