Searched refs:AllocPointerArray (Results 1 – 3 of 3) sorted by relevance
447 mirror::PointerArray* AllocPointerArray(Thread* self, size_t length)
2054 mirror::PointerArray* ClassLinker::AllocPointerArray(Thread* self, size_t length) { in AllocPointerArray() function in art::ClassLinker5651 vtable = hs.NewHandle(AllocPointerArray(self, max_count)); in LinkVirtualMethods()5827 auto* vtable = AllocPointerArray(self, num_virtual_methods); in LinkVirtualMethods()6541 method_array = AllocPointerArray(self, num_methods); in LinkInterfaceMethods()
2043 mirror::PointerArray* methods_and_pcs = class_linker->AllocPointerArray(self_, depth * 2); in Init()