Searched refs:old_types (Results 1 – 1 of 1) sorted by relevance
1886 std::vector<art::Handle<art::mirror::Class>> old_types; in FinishNewClassAllocations() local1903 old_types.push_back(hs.NewHandle(obj->AsClass())); in FinishNewClassAllocations()1906 DCHECK_GT(old_types.size(), 0u) << "Expected to find at least old_klass!"; in FinishNewClassAllocations()1907 VLOG(plugin) << "Found " << old_types.size() << " types that are/are subtypes of " in FinishNewClassAllocations()1916 driver_->self_, cls_array_class.Get(), old_types.size()))); in FinishNewClassAllocations()1928 std::sort(old_types.begin(), in FinishNewClassAllocations()1929 old_types.end(), in FinishNewClassAllocations()1934 for (uint32_t i = 0; i < old_types.size(); ++i) { in FinishNewClassAllocations()1935 DCHECK(!old_types[i].IsNull()) << i; in FinishNewClassAllocations()1936 old_classes_arr->Set(i, old_types[i].Get()); in FinishNewClassAllocations()[all …]