Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray-alloc-inl.h55 const size_t length_limit = (0U - header_size) >> component_size_shift; in ComputeArraySize() local
56 if (UNLIKELY(length_limit <= static_cast<size_t>(component_count))) { in ComputeArraySize()