Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_test.h185 size_t size_of_zero_length_byte_array = SizeOfZeroLengthByteArray(); in SizeFootPrintGrowthLimitAndTrimBody() local
186 if (alloc_size < size_of_zero_length_byte_array) { in SizeFootPrintGrowthLimitAndTrimBody()
187 alloc_size = size_of_zero_length_byte_array; in SizeFootPrintGrowthLimitAndTrimBody()
Dspace_create_test.cc316 size_t size_of_zero_length_byte_array = SizeOfZeroLengthByteArray(); in TEST_P() local
319 size_of_zero_length_byte_array, in TEST_P()