Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h447 mirror::PointerArray* AllocPointerArray(Thread* self, size_t length)
Dclass_linker.cc2054 mirror::PointerArray* ClassLinker::AllocPointerArray(Thread* self, size_t length) { in AllocPointerArray() function in art::ClassLinker
5651 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()
Dthread.cc2043 mirror::PointerArray* methods_and_pcs = class_linker->AllocPointerArray(self_, depth * 2); in Init()