Searched refs:method_map (Results 1 – 4 of 4) sorted by relevance
610 method_map(std::less<uint16_t>(), allocator->Adapter(kArenaAllocProfile)), in DexFileData()640 method_map == other.method_map &&669 MethodMap method_map; member
467 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 …]
250 std::map<art::ArtMethod*, art::ArtMethod*>* method_map,
2614 std::map<art::ArtMethod*, art::ArtMethod*>* method_map, in CollectNewFieldAndMethodMappings() argument2636 (*method_map)[&m] = &(*nm_iter); in CollectNewFieldAndMethodMappings()2769 std::map<art::ArtMethod*, art::ArtMethod*> method_map; in UpdateClassStructurally() local2771 CollectNewFieldAndMethodMappings(holder, &method_map, &field_map); in UpdateClassStructurally()2895 auto it = method_map.find(m); in UpdateClassStructurally()2896 if (it != method_map.end()) { in UpdateClassStructurally()