Searched refs:ObjectIsInBootImageSpace (Results 1 – 17 of 17) sorted by relevance
240 if (!heap->ObjectIsInBootImageSpace(info.integer_cache) || !info.integer_cache->IsInitialized()) { in ComputeIntegerValueOfInfo()249 if (!heap->ObjectIsInBootImageSpace(info.integer) || !info.integer->IsInitialized()) { in ComputeIntegerValueOfInfo()264 if (!heap->ObjectIsInBootImageSpace(info.cache)) { in ComputeIntegerValueOfInfo()
193 runtime->GetHeap()->ObjectIsInBootImageSpace(klass.Get()); in ComputeLoadClassKind()270 if (runtime->GetHeap()->ObjectIsInBootImageSpace(string)) { in ProcessLoadString()282 runtime->GetHeap()->ObjectIsInBootImageSpace(string) && in ProcessLoadString()
2553 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed)); in VisitIntegerValueOf()
3174 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed)); in VisitIntegerValueOf()
2925 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed)); in VisitIntegerValueOf()
2982 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed)); in VisitIntegerValueOf()
3051 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed)); in VisitIntegerValueOf()
3312 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed)); in VisitIntegerValueOf()
640 Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(referent)) << referent; in operator ()()
926 if (compile_app_image_ && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(klass)) { in KeepClass()1253 if (found != nullptr && runtime->GetHeap()->ObjectIsInBootImageSpace(found.Ptr())) { in FindInternedString()1771 if (!Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(obj)) { in CalculateNewObjectOffsets()
1545 Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(string)); in GetTargetString()
627 bool ObjectIsInBootImageSpace(ObjPtr<mirror::Object> obj) const
3983 bool Heap::ObjectIsInBootImageSpace(ObjPtr<mirror::Object> obj) const { in ObjectIsInBootImageSpace() function in art::gc::Heap
1132 } else if (space->IsImageSpace() && heap->ObjectIsInBootImageSpace(obj)) { in DumpHeapObject()
1409 } else if (space->IsImageSpace() && heap->ObjectIsInBootImageSpace(obj)) { in GetHeapId()
2612 if (Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(klass)) { in operator ()()
1153 if (klass != nullptr && !Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(klass)) { in Visit()1492 if (super_class != nullptr && !heap->ObjectIsInBootImageSpace(super_class)) { in Update()