Searched defs:component_count (Results 1 – 4 of 4) sorted by relevance
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 37 int32_t component_count, in CheckFilledNewArrayAlloc() 78 mirror::Array* CheckAndAllocArrayFromCode(uint32_t type_idx, int32_t component_count, in CheckAndAllocArrayFromCode() 98 int32_t component_count, in CheckAndAllocArrayFromCodeInstrumented()
|
D | entrypoint_utils-inl.h | 195 int32_t component_count, in CheckArrayAlloc() 231 int32_t component_count, in AllocArrayFromCode() 254 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() 153 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 | 48 Thread* self, space::ContinuousMemMapAllocSpace* space, size_t component_count) in AllocObjectArray()
|