Searched refs:field_map (Results 1 – 2 of 2) sorted by relevance
251 std::map<art::ArtField*, art::ArtField*>* field_map)
2615 std::map<art::ArtField*, art::ArtField*>* field_map) { in CollectNewFieldAndMethodMappings() argument2619 (*field_map)[&f] = new_cls->FindDeclaredStaticField(f.GetName(), f.GetTypeDescriptor()); in CollectNewFieldAndMethodMappings()2622 (*field_map)[&f] = new_cls->FindDeclaredInstanceField(f.GetName(), f.GetTypeDescriptor()); in CollectNewFieldAndMethodMappings()2770 std::map<art::ArtField*, art::ArtField*> field_map; in UpdateClassStructurally() local2771 CollectNewFieldAndMethodMappings(holder, &method_map, &field_map); in UpdateClassStructurally()2881 auto it = field_map.find(f); in UpdateClassStructurally()2882 if (it != field_map.end()) { in UpdateClassStructurally()