Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h408 return {begin, begin + blocks_count_}; in GetBlocks()
413 return blocks_count_ != 0u; in HasCompressedBlock()
417 return blocks_count_; in GetBlockCount()
503 uint32_t blocks_count_ = 0u; variable
/art/dex2oat/linker/
Dimage_writer.cc542 image_header->blocks_count_ = blocks.size(); in Write()