Home
last modified time | relevance | path

Searched refs:ObjectIsInBootImageSpace (Results 1 – 17 of 17) sorted by relevance

/art/compiler/optimizing/
Dintrinsics.cc240 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()
Dsharpening.cc183 runtime->GetHeap()->ObjectIsInBootImageSpace(klass.Get()); in ComputeLoadClassKind()
264 if (runtime->GetHeap()->ObjectIsInBootImageSpace(string)) { in ProcessLoadString()
276 runtime->GetHeap()->ObjectIsInBootImageSpace(string) && in ProcessLoadString()
Dintrinsics_x86_64.cc3043 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed)); in VisitIntegerValueOf()
Dintrinsics_arm64.cc2991 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed)); in VisitIntegerValueOf()
Dintrinsics_arm.cc2711 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed)); in VisitIntegerValueOf()
Dintrinsics_arm_vixl.cc3115 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed)); in VisitIntegerValueOf()
Dintrinsics_x86.cc3373 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed)); in VisitIntegerValueOf()
/art/runtime/jit/
Dprofile_saver.cc191 if (Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(klass) || in operator ()()
/art/patchoat/
Dpatchoat.cc623 Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(referent)) << referent; in operator ()()
/art/compiler/
Dimage_writer.cc834 if (compile_app_image_ && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(klass)) { in KeepClass()
1126 if (found != nullptr && runtime->GetHeap()->ObjectIsInBootImageSpace(found.Ptr())) { in FindInternedString()
1443 if (!Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(obj)) { in EnsureBinSlotAssignedCallback()
Doat_writer.cc1454 Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(string)); in GetTargetString()
/art/runtime/gc/
Dheap.h628 bool ObjectIsInBootImageSpace(ObjPtr<mirror::Object> obj) const
Dheap.cc4123 bool Heap::ObjectIsInBootImageSpace(ObjPtr<mirror::Object> obj) const { in ObjectIsInBootImageSpace() function in art::gc::Heap
/art/runtime/hprof/
Dhprof.cc1115 } else if (space->IsImageSpace() && heap->ObjectIsInBootImageSpace(obj)) { in DumpHeapObject()
/art/runtime/openjdkjvmti/
Dti_heap.cc1449 } else if (space->IsImageSpace() && heap->ObjectIsInBootImageSpace(obj)) { in GetHeapId()
/art/compiler/driver/
Dcompiler_driver.cc2434 if (Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(klass)) { in operator ()()
/art/runtime/
Dclass_linker.cc1141 if (klass != nullptr && !Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(klass)) { in Visit()
1398 if (super_class != nullptr && !heap->ObjectIsInBootImageSpace(super_class)) { in UpdateAppImageClassLoadersAndDexCaches()