Searched refs:ObjectIsInBootImageSpace (Results 1 – 11 of 11) sorted by relevance
172 runtime->GetHeap()->ObjectIsInBootImageSpace(klass.Get()); in ComputeLoadClassKind()334 if (runtime->GetHeap()->ObjectIsInBootImageSpace(string)) { in ProcessLoadString()345 if (string != nullptr && runtime->GetHeap()->ObjectIsInBootImageSpace(string)) { in ProcessLoadString()
71 DCHECK(heap->ObjectIsInBootImageSpace(boot_image_live_objects)); in GetBootImageLiveObjects()133 DCHECK(Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boot_image_object)); in CheckIntegerCache()267 DCHECK(heap->ObjectIsInBootImageSpace(object)); in CalculateBootImageOffset()
683 bool ObjectIsInBootImageSpace(ObjPtr<mirror::Object> obj) const
4242 bool Heap::ObjectIsInBootImageSpace(ObjPtr<mirror::Object> obj) const { in ObjectIsInBootImageSpace() function in art::gc::Heap
1125 } else if (space->IsImageSpace() && heap->ObjectIsInBootImageSpace(obj)) { in DumpHeapObject()
1475 } else if (space->IsImageSpace() && heap->ObjectIsInBootImageSpace(obj)) { in GetHeapId()
1488 Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(klass)) { in KeepClass()1847 if (found != nullptr && runtime->GetHeap()->ObjectIsInBootImageSpace(found.Ptr())) { in FindInternedString()
1932 Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(string)); in GetTargetString()
2489 if (Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(klass)) { in operator ()()
1660 DCHECK(heap->ObjectIsInBootImageSpace(boot_image_live_objects)); in GetBootImageLiveObjectsDataRange()
1502 if (super_class != nullptr && !heap->ObjectIsInBootImageSpace(super_class)) { in Update()1947 if (klass != nullptr && !Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(klass)) { in VerifyAppImage()