Home
last modified time | relevance | path

Searched refs:boot_image_live_objects_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/dex2oat/linker/
H A Dimage_writer.h673 mirror::ObjectArray<mirror::Object>* boot_image_live_objects_; variable
H A Dimage_writer.cc2450 boot_image_live_objects_ = boot_image_live_objects.Get(); in CalculateNewObjectOffsets()
2653 reinterpret_cast<const uint8_t*>(GetImageAddress(boot_image_live_objects_)); in GetIntrinsicReferenceAddress()
2655 IntrinsicObjects::GetIntegerValueOfArrayDataOffset(boot_image_live_objects_); in GetIntrinsicReferenceAddress()
2661 IntrinsicObjects::GetIntegerValueOfObject(boot_image_live_objects_, index); in GetIntrinsicReferenceAddress()
3494 boot_image_live_objects_(nullptr), in ImageWriter()