Home
last modified time | relevance | path

Searched defs:block_size (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Dcompact_offset_table.cc96 const size_t block_size = std::min(offsets.size() - block_start, kElementsPerIndex); in Build() local
/art/libelffile/elf/
Dxz_utils.cc47 size_t block_size) { in XzCompress()
/art/runtime/gc/space/
Dbump_pointer_space.cc299 for (size_t block_size : block_sizes_) { in SetBlockSizes() local
/art/runtime/mirror/
Dstring-alloc-inl.h201 const size_t block_size = (compressible) ? sizeof(uint8_t) : sizeof(uint16_t); in Alloc() local