Home
last modified time | relevance | path

Searched refs:GetBlockCount (Results 1 – 3 of 3) sorted by relevance

/art/dex2oat/linker/
Dimage_write_read_test.cc110 ASSERT_GT(image_space->GetImageHeader().GetBlockCount() * max_image_block_size, in TestWriteRead()
/art/runtime/
Dimage.h416 uint32_t GetBlockCount() const { in GetBlockCount() function
/art/runtime/gc/space/
Dimage_space.cc1211 const bool use_parallel = pool != nullptr && image_header.GetBlockCount() >= kMinBlocks; in LoadImageFile()