Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray-alloc-inl.h36 static inline size_t ComputeArraySize(int32_t component_count, size_t component_size_shift) { in ComputeArraySize() function
129 size_t size = ComputeArraySize(component_count, component_size_shift); in Alloc()
/art/runtime/gc/accounting/
Dmod_union_table_test.cc54 const size_t size = mirror::ComputeArraySize(component_count, 2); in AllocObjectArray()