Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_test.h374 size_t size_of_zero_length_byte_array = SizeOfZeroLengthByteArray(); in AllocAndFreeListTestBody() local
375 lots_of_objects[i] = Alloc(space, self, size_of_zero_length_byte_array, &allocation_size, in AllocAndFreeListTestBody()
447 size_t size_of_zero_length_byte_array = SizeOfZeroLengthByteArray(); in SizeFootPrintGrowthLimitAndTrimBody() local
448 if (alloc_size < size_of_zero_length_byte_array) { in SizeFootPrintGrowthLimitAndTrimBody()
449 alloc_size = size_of_zero_length_byte_array; in SizeFootPrintGrowthLimitAndTrimBody()