Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h610 method_map(std::less<uint16_t>(), allocator->Adapter(kArenaAllocProfile)), in DexFileData()
640 method_map == other.method_map &&
669 MethodMap method_map; member
Dprofile_compilation_info.cc467 for (const auto& method_it : dex_data.method_map) { in Save()
579 uint32_t size = 2 * sizeof(uint16_t) * dex_data.method_map.size(); in GetMethodsRegionSize()
580 for (const auto& method_it : dex_data.method_map) { in GetMethodsRegionSize()
1138 for (const auto& method_it : dex_data->method_map) { in VerifyProfileData()
1565 for (const auto& other_method_it : other_dex_data->method_map) { in MergeWith()
1637 total += dex_data->method_map.size(); in GetNumberOfMethods()
1690 for (const auto& method_it : dex_data->method_map) { in DumpInfo()
1756 for (const auto& it : dex_data->method_map) { in GetClassesAndMethods()
2013 return &(method_map.FindOrAdd( in FindOrAddHotMethod()
2068 auto it = method_map.find(dex_method_index); in GetHotnessInfo()
[all …]
/art/openjdkjvmti/
Dti_redefine.h250 std::map<art::ArtMethod*, art::ArtMethod*>* method_map,
Dti_redefine.cc2614 std::map<art::ArtMethod*, art::ArtMethod*>* method_map, in CollectNewFieldAndMethodMappings() argument
2636 (*method_map)[&m] = &(*nm_iter); in CollectNewFieldAndMethodMappings()
2767 std::map<art::ArtMethod*, art::ArtMethod*> method_map; in UpdateClassStructurally() local
2769 CollectNewFieldAndMethodMappings(holder, &method_map, &field_map); in UpdateClassStructurally()
2911 auto it = method_map.find(m); in UpdateClassStructurally()
2916 } else if (it != method_map.end()) { in UpdateClassStructurally()