Searched refs:old_type (Results 1 – 1 of 1) sorted by relevance
1954 art::Handle<art::mirror::Class>& old_type = old_types[i]; in FinishNewClassAllocations() local1955 if (old_type.Get() == cur_data->GetMirrorClass()) { in FinishNewClassAllocations()1964 return v.Get() == old_type->GetSuperClass(); in FinishNewClassAllocations()1968 << "from first " << i << " could not find super of " << old_type->PrettyClass() in FinishNewClassAllocations()1969 << " expected to find " << old_type->GetSuperClass()->PrettyClass(); in FinishNewClassAllocations()1973 return it.GetMirrorClass() == old_type.Get(); in FinishNewClassAllocations()1978 dch.Assign(old_type->GetDexCache()); in FinishNewClassAllocations()1980 AllocateNewClassObject(old_type, superclass, dch, old_type->GetDexClassDefIndex()); in FinishNewClassAllocations()1989 VLOG(plugin) << "Failed to load new version of class " << old_type->PrettyClass() in FinishNewClassAllocations()