HomeSort by relevance Sort by last modified time
    Searched refs:blocks_count_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
image.h 396 return {begin, begin + blocks_count_};
401 return blocks_count_ != 0u;
405 return blocks_count_;
486 uint32_t blocks_count_ = 0u; variable
  /art/dex2oat/linker/
image_writer.cc 842 image_header->blocks_count_ = blocks.size();
    [all...]

Completed in 330 milliseconds