Home | Sort by relevance Sort by last modified time |
/art/runtime/mirror/ | |
string-inl.h | 172 constexpr size_t overflow_length = (-header_size) / sizeof(uint16_t); // Unsigned arithmetic. local 173 constexpr size_t max_alloc_length = overflow_length - 1u; |