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