Home
last modified time | relevance | path

Searched defs:component_count (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.cc38 int32_t component_count, in CheckFilledNewArrayAlloc()
81 int32_t component_count, Thread* self, in CheckAndAllocArrayFromCode()
100 int32_t component_count, in CheckAndAllocArrayFromCodeInstrumented()
Dentrypoint_utils-inl.h178 int32_t component_count, in CheckArrayAlloc()
214 int32_t component_count, in AllocArrayFromCode()
236 int32_t component_count, in AllocArrayFromCodeResolved()
/art/runtime/mirror/
Darray-inl.h41 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()