Home
last modified time | relevance | path

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

/art/compiler/utils/
Ddex_cache_arrays_layout-inl.h77 size_t array_size = mirror::ComputeArraySize(num_elements, ComponentSizeShiftWidth(element_size)); in ArraySize()
/art/runtime/mirror/
Darray-inl.h69 static inline size_t ComputeArraySize(int32_t component_count, size_t component_size_shift) { in ComputeArraySize() function
160 size_t size = ComputeArraySize(component_count, component_size_shift); in Alloc()
/art/runtime/gc/accounting/
Dmod_union_table_test.cc51 const size_t size = mirror::ComputeArraySize(component_count, 2); in AllocObjectArray()