Lines Matching refs:boot_image_live_objects

67   ObjPtr<mirror::ObjectArray<mirror::Object>> boot_image_live_objects =  in GetBootImageLiveObjects()  local
70 DCHECK(boot_image_live_objects != nullptr); in GetBootImageLiveObjects()
71 DCHECK(heap->ObjectIsInBootImageSpace(boot_image_live_objects)); in GetBootImageLiveObjects()
72 return boot_image_live_objects; in GetBootImageLiveObjects()
102 ObjPtr<mirror::ObjectArray<mirror::Object>> boot_image_live_objects, in CheckIntegerCache() argument
132 IntrinsicObjects::GetIntegerValueOfObject(boot_image_live_objects, i); in CheckIntegerCache()
212 ObjPtr<mirror::ObjectArray<mirror::Object>> boot_image_live_objects = GetBootImageLiveObjects(); in ComputeIntegerValueOfLocations() local
214 IntrinsicObjects::GetIntegerValueOfCache(boot_image_live_objects); in ComputeIntegerValueOfLocations()
219 if (!CheckIntegerCache(self, runtime->GetClassLinker(), boot_image_live_objects, cache)) { in ComputeIntegerValueOfLocations()
224 DCHECK(CheckIntegerCache(self, runtime->GetClassLinker(), boot_image_live_objects, cache)); in ComputeIntegerValueOfLocations()
229 IntrinsicObjects::GetIntegerValueOfObject(boot_image_live_objects, 0u); in ComputeIntegerValueOfLocations()
323 ObjPtr<mirror::ObjectArray<mirror::Object>> boot_image_live_objects = GetBootImageLiveObjects(); in ComputeIntegerValueOfInfo() local
325 IntrinsicObjects::GetIntegerValueOfObject(boot_image_live_objects, 0u); in ComputeIntegerValueOfInfo()
341 IntrinsicObjects::GetIntegerValueOfCache(boot_image_live_objects)->GetLength()); in ComputeIntegerValueOfInfo()
349 IntrinsicObjects::GetIntegerValueOfObject(boot_image_live_objects, index); in ComputeIntegerValueOfInfo()
357 CalculateBootImageOffset(boot_image_live_objects) + in ComputeIntegerValueOfInfo()
358 IntrinsicObjects::GetIntegerValueOfArrayDataOffset(boot_image_live_objects).Uint32Value(); in ComputeIntegerValueOfInfo()