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

/art/runtime/mirror/
H A Dclass_ext.cc70 cl->AllocPointerArray(self, new_len)));
/art/runtime/
H A Dclass_linker.h440 mirror::PointerArray* AllocPointerArray(Thread* self, size_t length)
H A Dclass_linker.cc2226 mirror::PointerArray* ClassLinker::AllocPointerArray(Thread* self, size_t length) { function in class:art::ClassLinker
5864 vtable = hs.NewHandle(AllocPointerArray(self, max_count));
6043 auto* vtable = AllocPointerArray(self, num_virtual_methods);
6289 method_array = AllocPointerArray(self, num_methods);
H A Dthread.cc2393 class_linker->AllocPointerArray(self_, depth * 2);

Completed in 59 milliseconds