Searched defs:component_count (Results 1 – 3 of 3) sorted by relevance
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 38 int32_t component_count, in CheckFilledNewArrayAlloc() 81 int32_t component_count, Thread* self, in CheckAndAllocArrayFromCode() 100 int32_t component_count, in CheckAndAllocArrayFromCodeInstrumented()
|
D | entrypoint_utils-inl.h | 178 int32_t component_count, in CheckArrayAlloc() 214 int32_t component_count, in AllocArrayFromCode() 236 int32_t component_count, in AllocArrayFromCodeResolved()
|
/art/runtime/mirror/ |
D | array-inl.h | 41 int32_t component_count = in SizeOf() local 58 static inline size_t ComputeArraySize(Thread* self, Class* array_class, int32_t component_count, in ComputeArraySize() 133 inline Array* Array::Alloc(Thread* self, Class* array_class, int32_t component_count, in Alloc()
|