Searched refs:field_map (Results 1 – 2 of 2) sorted by relevance
251 std::map<art::ArtField*, art::ArtField*>* field_map)
2619 std::map<art::ArtField*, art::ArtField*>* field_map) { in CollectNewFieldAndMethodMappings() argument2623 (*field_map)[&f] = new_cls->FindDeclaredStaticField(f.GetName(), f.GetTypeDescriptor()); in CollectNewFieldAndMethodMappings()2626 (*field_map)[&f] = new_cls->FindDeclaredInstanceField(f.GetName(), f.GetTypeDescriptor()); in CollectNewFieldAndMethodMappings()2772 std::map<art::ArtField*, art::ArtField*> field_map; in UpdateClassStructurally() local2773 CollectNewFieldAndMethodMappings(holder, &method_map, &field_map); in UpdateClassStructurally()2901 auto it = field_map.find(f); in UpdateClassStructurally()2906 } else if (it != field_map.end()) { in UpdateClassStructurally()