Lines Matching refs:Array
36 #include "mirror/array-alloc-inl.h"
273 // Given the context of a calling Method, use its DexCache to resolve a type to an array Class. If
274 // it cannot be resolved, throw an error. If it can, use it to create an array.
279 inline ObjPtr<mirror::Array> AllocArrayFromCode(dex::TypeIndex type_idx,
293 return mirror::Array::Alloc</*kInstrumented=*/true>(self,
299 return mirror::Array::Alloc<kInstrumented>(self, klass, component_count,
305 inline ObjPtr<mirror::Array> AllocArrayFromCodeResolved(ObjPtr<mirror::Class> klass,
316 return mirror::Array::Alloc<kInstrumented>(self, klass, component_count,