Lines Matching refs:Get

170     DCHECK(nullptr == obsolete_dex_caches_->Get(slot));  in RecordObsolete()
186 DCHECK(obsolete_dex_caches_->Get(next_free_slot_) != nullptr); in ObsoleteMap()
190 DCHECK(obsolete_dex_caches_->Get(next_free_slot_) == nullptr); in ObsoleteMap()
422 if (klass.Get() == self->DecodeJObject(c)->AsClass()) { in GetClassRedefinitionError()
478 if (has_pointer_marker(klass.Get())) { in GetClassRedefinitionError()
762 cache.Get(), in CreateNewDexCache()
763 location.Get(), in CreateNewDexCache()
768 return cache.Get(); in CreateNewDexCache()
1376 return arr_.Get() == other.arr_.Get(); in operator ==()
1402 return arr_->Get((kNumSlots * klass_index) + slot); in GetSlot()
1661 if (old_data.GetSourceClassLoader() == source_class_loader.Get()) { in AllocateAndRememberNewDexFileCookie()
1686 cur_data->SetNewDexFileCookie(new_cookie.Get()); in AllocateAndRememberNewDexFileCookie()
1692 if (old_data.GetSourceClassLoader() == source_class_loader.Get()) { in AllocateAndRememberNewDexFileCookie()
1693 old_data.SetNewDexFileCookie(new_cookie.Get()); in AllocateAndRememberNewDexFileCookie()
1725 return obj->InstanceOf(old_klass.Get()); in CollectAndCreateNewInstances()
1744 driver_->self_, obj_array_class.Get(), old_instances.size()))); in CollectAndCreateNewInstances()
1752 old_instances_arr->Set(i, old_instances[i].Get()); in CollectAndCreateNewInstances()
1754 cur_data->SetOldInstanceObjects(old_instances_arr.Get()); in CollectAndCreateNewInstances()
1758 driver_->self_, obj_array_class.Get(), old_instances.size()))); in CollectAndCreateNewInstances()
1804 cur_data->SetNewInstanceObjects(new_instances_arr.Get()); in CollectAndCreateNewInstances()
1816 if (!art::ClassLinker::IsBootClassLoader(soa, loader.Get())) { in FinishRemainingCommonAllocations()
1817 cur_data->SetSourceClassLoader(loader.Get()); in FinishRemainingCommonAllocations()
1820 cur_data->SetJavaDexFile(dex_file_obj.Get()); in FinishRemainingCommonAllocations()
1876 data->SetNewClassObject(nc.Get()); in FinishNewClassAllocations()
1881 data->GetNewDexCache()->SetResolvedType(nc->GetDexTypeIndex(), nc.Get()); in FinishNewClassAllocations()
1883 return nc.Get(); in FinishNewClassAllocations()
1916 driver_->self_, cls_array_class.Get(), old_types.size()))); in FinishNewClassAllocations()
1931 return CompareClasses(l.Get(), r.Get()); in FinishNewClassAllocations()
1936 old_classes_arr->Set(i, old_types[i].Get()); in FinishNewClassAllocations()
1938 cur_data->SetOldClasses(old_classes_arr.Get()); in FinishNewClassAllocations()
1943 driver_->self_, cls_array_class.Get(), old_types.size()))); in FinishNewClassAllocations()
1955 if (old_type.Get() == cur_data->GetMirrorClass()) { in FinishNewClassAllocations()
1964 return v.Get() == old_type->GetSuperClass(); in FinishNewClassAllocations()
1970 superclass.Assign(new_classes_arr->Get(std::distance(old_types.begin(), old_super))); in FinishNewClassAllocations()
1973 return it.GetMirrorClass() == old_type.Get(); in FinishNewClassAllocations()
1996 cur_data->SetNewClasses(new_classes_arr.Get()); in FinishNewClassAllocations()
2066 new_class->SetDexCache(cache.Get()); in AllocateNewClassObject()
2085 new_class->SetSuperClass(super_class.Get()); in AllocateNewClassObject()
2135 DCHECK(m->IsCopied() || m->GetDeclaringClass() == linked_class.Get()) in AllocateNewClassObject()
2142 DCHECK_EQ(f->GetDeclaringClass(), linked_class.Get()); in AllocateNewClassObject()
2148 return linked_class.Get(); in AllocateNewClassObject()
2428 AllocationManager::Get()->PauseAllocations(art::Thread::Current()); in ScopedSuspendAllocations()
2436 AllocationManager::Get()->ResumeAllocations(art::Thread::Current()); in REQUIRES_SHARED()
2654 new_field->Set##TYPE<false>(target, old_field.Get##TYPE(source)); \ in CopyField()