Home
last modified time | relevance | path

Searched refs:AllocPointerArray (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Dclass_ext.cc79 cl->AllocPointerArray(self, new_len))); in ExtendObsoleteArrays()
Dclass_ext-inl.h52 new_arr.Assign(Runtime::Current()->GetClassLinker()->AllocPointerArray(self, count)); in EnsureJniIdsArrayPresent()
/art/runtime/
Dclass_linker.h540 ObjPtr<mirror::PointerArray> AllocPointerArray(Thread* self, size_t length)
Dclass_linker.cc2581 ObjPtr<mirror::PointerArray> ClassLinker::AllocPointerArray(Thread* self, size_t length) { in AllocPointerArray() function in art::ClassLinker
6558 vtable = hs.NewHandle(AllocPointerArray(self, max_count)); in LinkVirtualMethods()
6738 ObjPtr<mirror::PointerArray> vtable = AllocPointerArray(self, num_virtual_methods); in LinkVirtualMethods()
6987 method_array = AllocPointerArray(self, num_methods); in AllocateIfTableMethodArrays()
Dthread.cc2735 class_linker->AllocPointerArray(self_, depth * 2); in Init()