Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray.cc138 const auto component_shift = GetClass()->GetComponentSizeShift(); in CopyOf() local
139 Array* new_array = Alloc<true>(self, GetClass(), new_length, component_shift, allocator_type); in CopyOf()
142 std::min(h_this->GetLength(), new_length) << component_shift); in CopyOf()