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()
540 ObjPtr<mirror::PointerArray> AllocPointerArray(Thread* self, size_t length)
2581 ObjPtr<mirror::PointerArray> ClassLinker::AllocPointerArray(Thread* self, size_t length) { in AllocPointerArray() function in art::ClassLinker6558 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()
2735 class_linker->AllocPointerArray(self_, depth * 2); in Init()