Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.h476 method_map(std::less<uint16_t>(), allocator->Adapter(kArenaAllocProfile)), in DexFileData()
496 return checksum == other.checksum && method_map == other.method_map;
521 MethodMap method_map; member
Dprofile_compilation_info.cc421 for (const auto& method_it : dex_data.method_map) { in Save()
532 uint32_t size = 2 * sizeof(uint16_t) * dex_data.method_map.size(); in GetMethodsRegionSize()
533 for (const auto& method_it : dex_data.method_map) { in GetMethodsRegionSize()
1106 for (const auto& method_it : dex_data->method_map) { in VerifyProfileData()
1526 for (const auto& other_method_it : other_dex_data->method_map) { in MergeWith()
1625 total += dex_data->method_map.size(); in GetNumberOfMethods()
1686 for (const auto& method_it : dex_data->method_map) { in DumpInfo()
1751 for (const auto& it : dex_data->method_map) { in GetClassesAndMethods()
1970 return &(method_map.FindOrAdd( in FindOrAddMethod()
1985 method_map.FindOrAdd( in AddMethod()
[all …]