Searched refs:AllocPointerArray (Results 1 – 5 of 5) sorted by relevance
79 cl->AllocPointerArray(self, new_len))); in ExtendObsoleteArrays()
52 new_arr.Assign(Runtime::Current()->GetClassLinker()->AllocPointerArray(self, count)); in EnsureJniIdsArrayPresent()
550 ObjPtr<mirror::PointerArray> AllocPointerArray(Thread* self, size_t length)
2377 ObjPtr<mirror::PointerArray> ClassLinker::AllocPointerArray(Thread* self, size_t length) { in AllocPointerArray() function in art::ClassLinker6500 vtable = hs.NewHandle(AllocPointerArray(self, max_count)); in LinkVirtualMethods()6683 ObjPtr<mirror::PointerArray> vtable = AllocPointerArray(self, num_virtual_methods); in LinkVirtualMethods()6933 method_array = AllocPointerArray(self, num_methods); in AllocateIfTableMethodArrays()
2805 class_linker->AllocPointerArray(self_, depth * 2); in Init()