Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass_ext.cc79 cl->AllocPointerArray(self, new_len))); in ExtendObsoleteArrays()
Dclass_ext-inl.h53 new_arr.Assign(Runtime::Current()->GetClassLinker()->AllocPointerArray(self, count)); in EnsureJniIdsArrayPresent()
/art/runtime/
Dclass_linker.h576 ObjPtr<mirror::PointerArray> AllocPointerArray(Thread* self, size_t length)
Dclass_linker.cc2649 ObjPtr<mirror::PointerArray> ClassLinker::AllocPointerArray(Thread* self, size_t length) { in AllocPointerArray() function in art::ClassLinker
7237 static ObjPtr<mirror::PointerArray> AllocPointerArray(Thread* self, size_t length)
8169 ObjPtr<mirror::PointerArray> ClassLinker::LinkMethodsHelper<kPointerSize>::AllocPointerArray( in AllocPointerArray() function in art::ClassLinker::LinkMethodsHelper
8207 ObjPtr<mirror::PointerArray> method_array = AllocPointerArray(self, num_methods); in AllocateIfTableMethodArrays()
8725 ObjPtr<mirror::PointerArray> vtable = AllocPointerArray(self, super_vtable_length); in LinkMethods()
8760 Handle<mirror::PointerArray> vtable = hs.NewHandle(AllocPointerArray(self, final_vtable_size)); in LinkMethods()
8831 ObjPtr<mirror::PointerArray> vtable = AllocPointerArray(self, mirror::Object::kVTableLength); in LinkJavaLangObjectMethods()
Dthread.cc2944 class_linker->AllocPointerArray(self_, depth * 2); in Init()