Searched defs:component_count (Results 1 – 4 of 4) sorted by relevance
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 41 int32_t component_count, in CheckFilledNewArrayAlloc() 84 mirror::Array* CheckAndAllocArrayFromCode(uint32_t type_idx, int32_t component_count, in CheckAndAllocArrayFromCode() 104 int32_t component_count, in CheckAndAllocArrayFromCodeInstrumented()
|
D | entrypoint_utils-inl.h | 231 int32_t component_count, in CheckArrayAlloc() 269 int32_t component_count, in AllocArrayFromCode() 295 int32_t component_count, in AllocArrayFromCodeResolved()
|
/art/runtime/mirror/ |
D | array-inl.h | 44 int32_t component_count = in SizeOf() local 69 static inline size_t ComputeArraySize(int32_t component_count, size_t component_size_shift) { in ComputeArraySize() 152 inline Array* Array::Alloc(Thread* self, Class* array_class, int32_t component_count, in Alloc()
|
/art/runtime/gc/accounting/ |
D | mod_union_table_test.cc | 49 Thread* self, space::ContinuousMemMapAllocSpace* space, size_t component_count) in AllocObjectArray()
|