Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h407 const Block* begin = reinterpret_cast<const Block*>(image_begin + blocks_offset_); in GetBlocks()
502 uint32_t blocks_offset_ = 0u; variable
/art/dex2oat/linker/
Dimage_writer.cc541 image_header->blocks_offset_ = out_offset; in Write()