Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dclass_ext.cc79 cl->AllocPointerArray(self, new_len))); in ExtendObsoleteArrays()
H A Dclass_ext-inl.h52 new_arr.Assign(Runtime::Current()->GetClassLinker()->AllocPointerArray(self, count)); in EnsureJniIdsArrayPresent()
/aosp12/art/runtime/
H A Dclass_linker.h550 ObjPtr<mirror::PointerArray> AllocPointerArray(Thread* self, size_t length)
H A Dclass_linker.cc2377 ObjPtr<mirror::PointerArray> ClassLinker::AllocPointerArray(Thread* self, size_t length) { in AllocPointerArray() function in art::ClassLinker
6511 vtable = hs.NewHandle(AllocPointerArray(self, max_count)); in LinkVirtualMethods()
6694 ObjPtr<mirror::PointerArray> vtable = AllocPointerArray(self, num_virtual_methods); in LinkVirtualMethods()
6944 method_array = AllocPointerArray(self, num_methods); in AllocateIfTableMethodArrays()
H A Dthread.cc2805 class_linker->AllocPointerArray(self_, depth * 2); in Init()