Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/mirror/
H A 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()
/aosp_15_r20/art/runtime/gc/accounting/
H A Dmod_union_table_test.cc55 const size_t size = mirror::ComputeArraySize(component_count, 2); in AllocObjectArray()