OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeArraySize
(Results
1 - 2
of
2
) sorted by null
/art/runtime/mirror/
array-inl.h
71
static inline size_t
ComputeArraySize
(int32_t component_count, size_t component_size_shift) {
164
size_t size =
ComputeArraySize
(component_count, component_size_shift);
/art/runtime/gc/accounting/
mod_union_table_test.cc
52
const size_t size = mirror::
ComputeArraySize
(component_count, 2);
Completed in 130 milliseconds