Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dimage.h404 const Block* begin = reinterpret_cast<const Block*>(image_begin + blocks_offset_); in GetBlocks()
501 uint32_t blocks_offset_ = 0u; variable
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc523 image_header->blocks_offset_ = out_offset; in Write()