OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_of_zero_length_byte_array
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/space/
space_test.h
186
size_t
size_of_zero_length_byte_array
= SizeOfZeroLengthByteArray();
local
187
if (alloc_size <
size_of_zero_length_byte_array
) {
188
alloc_size =
size_of_zero_length_byte_array
;
space_create_test.cc
313
size_t
size_of_zero_length_byte_array
= SizeOfZeroLengthByteArray();
local
316
size_of_zero_length_byte_array
,
Completed in 274 milliseconds