Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass_ext.cc71 cl->AllocPointerArray(self, new_len))); in ExtendObsoleteArrays()
/art/runtime/
Dclass_linker.h480 ObjPtr<mirror::PointerArray> AllocPointerArray(Thread* self, size_t length)
Dclass_linker.cc2519 ObjPtr<mirror::PointerArray> ClassLinker::AllocPointerArray(Thread* self, size_t length) { in AllocPointerArray() function in art::ClassLinker
6280 vtable = hs.NewHandle(AllocPointerArray(self, max_count)); in LinkVirtualMethods()
6459 ObjPtr<mirror::PointerArray> vtable = AllocPointerArray(self, num_virtual_methods); in LinkVirtualMethods()
6706 method_array = AllocPointerArray(self, num_methods); in AllocateIfTableMethodArrays()
Dthread.cc2730 class_linker->AllocPointerArray(self_, depth * 2); in Init()