Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space-walk-inl.h80 size_t block_size = header->size_; in Walk() local
/art/libdexfile/dex/
Dcompact_offset_table.cc98 const size_t block_size = std::min(offsets.size() - block_start, kElementsPerIndex); in Build() local
/art/libelffile/elf/
Dxz_utils.cc46 size_t block_size) { in XzCompress()
/art/runtime/mirror/
Dstring-alloc-inl.h165 const size_t block_size = (compressible) ? sizeof(uint8_t) : sizeof(uint16_t); in Alloc() local