Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc986 static constexpr size_t kMinBlocks = 2u; in LoadImageFile() local
987 const bool use_parallel = pool != nullptr && image_header.GetBlockCount() >= kMinBlocks; in LoadImageFile()