Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h396 return {begin, begin + blocks_count_}; in GetBlocks()
401 return blocks_count_ != 0u; in HasCompressedBlock()
405 return blocks_count_; in GetBlockCount()
486 uint32_t blocks_count_ = 0u; variable
/art/dex2oat/linker/
Dimage_writer.cc842 image_header->blocks_count_ = blocks.size(); in Write()