Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-inl.h172 constexpr size_t overflow_length = (-header_size) / sizeof(uint16_t); // Unsigned arithmetic. in Alloc() local
173 constexpr size_t max_alloc_length = overflow_length - 1u; in Alloc()