Searched refs:new_cls (Results 1 – 2 of 2) sorted by relevance
3266 mirror::Class* new_cls = down_cast<mirror::Class*>(visitor->IsMarked(cls)); in ProcessWeakClass() local3268 if (new_cls != nullptr && new_cls != cls) { in ProcessWeakClass()3269 *root_ptr = GcRoot<mirror::Class>(new_cls); in ProcessWeakClass()
2620 for (auto [new_cls, old_cls] : in CollectNewFieldAndMethodMappings()2623 (*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()2628 auto new_methods = new_cls->GetMethods(art::kRuntimePointerSize); in CollectNewFieldAndMethodMappings()