Searched refs:block_size (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/space/
H A Dbump_pointer_space.cc192 size_t block_size = header->size_; local
195 const mirror::Object* end_obj = reinterpret_cast<const mirror::Object*>(pos + block_size);
204 pos += block_size;
/art/runtime/mirror/
H A Dstring-inl.h214 const size_t block_size = (compressible) ? sizeof(uint8_t) : sizeof(uint16_t); local
218 size_t data_size = block_size * length;
228 const size_t overflow_length = (-header_size) / block_size; // Unsigned arithmetic.
232 const size_t max_length = RoundDown(max_alloc_length, kObjectAlignment / block_size);

Completed in 22 milliseconds