Searched refs:ComputeArraySize (Results 1 – 2 of 2) sorted by relevance
35 static inline size_t ComputeArraySize(int32_t component_count, size_t component_size_shift) { in ComputeArraySize() function128 size_t size = ComputeArraySize(component_count, component_size_shift); in Alloc()
54 const size_t size = mirror::ComputeArraySize(component_count, 2); in AllocObjectArray()