Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray-inl.h70 size_t component_shift = sizeof(size_t) * 8 - 1 - CLZ(component_size); in ComputeArraySize() local
71 if (UNLIKELY(data_size >> component_shift != size_t(component_count) || size < data_size)) { in ComputeArraySize()