Home
last modified time | relevance | path

Searched refs:new_cls (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.cc3056 mirror::Class* new_cls = down_cast<mirror::Class*>(visitor->IsMarked(cls)); in ProcessWeakClass() local
3058 if (new_cls != nullptr && new_cls != cls) { in ProcessWeakClass()
3059 *root_ptr = GcRoot<mirror::Class>(new_cls); in ProcessWeakClass()
/art/openjdkjvmti/
Dti_redefine.cc2616 for (auto [new_cls, old_cls] : in CollectNewFieldAndMethodMappings()
2619 (*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()
2624 auto new_methods = new_cls->GetMethods(art::kRuntimePointerSize); in CollectNewFieldAndMethodMappings()