Home | History | Annotate | Download | only in runtime

Lines Matching refs:AllocPointerArray

2519 ObjPtr<mirror::PointerArray> ClassLinker::AllocPointerArray(Thread* self, size_t length) {
6280 vtable = hs.NewHandle(AllocPointerArray(self, max_count));
6459 ObjPtr<mirror::PointerArray> vtable = AllocPointerArray(self, num_virtual_methods);
6706 method_array = AllocPointerArray(self, num_methods);