Home
last modified time | relevance | path

Searched refs:GetImageBitmapSection (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/dex2oat/linker/
H A Dimage_write_read_test.cc38 const auto& bitmap_section = image_header.GetImageBitmapSection(); in TestWriteRead()
/aosp12/art/runtime/
H A Dimage.h329 const ImageSection& GetImageBitmapSection() const { in GetImageBitmapSection() function
/aosp12/art/oatdump/
H A Doatdump.cc1872 CHECK_ALIGNED(image_header_.GetImageBitmapSection().Offset(), kPageSize); in Dump()
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc662 const auto& bitmap_section = image_header.GetImageBitmapSection(); in Init()