Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/mirror/
H A Dclass_ext.cc79 cl->AllocPointerArray(self, new_len))); in ExtendObsoleteArrays()
H A Dclass_ext-inl.h52 new_arr.Assign(Runtime::Current()->GetClassLinker()->AllocPointerArray(self, count)); in EnsureJniIdsArrayPresent()
/aosp_15_r20/art/runtime/
H A Dclass_linker.cc2741 ObjPtr<mirror::PointerArray> ClassLinker::AllocPointerArray(Thread* self, size_t length) { in AllocPointerArray() function in art::ClassLinker
7460 static ObjPtr<mirror::PointerArray> AllocPointerArray(Thread* self, size_t length)
8395 ObjPtr<mirror::PointerArray> ClassLinker::LinkMethodsHelper<kPointerSize>::AllocPointerArray( in AllocPointerArray() function in art::ClassLinker::LinkMethodsHelper
8433 ObjPtr<mirror::PointerArray> method_array = AllocPointerArray(self, num_methods); in AllocateIfTableMethodArrays()
8951 ObjPtr<mirror::PointerArray> vtable = AllocPointerArray(self, super_vtable_length); in LinkMethods()
8986 Handle<mirror::PointerArray> vtable = hs.NewHandle(AllocPointerArray(self, final_vtable_size)); in LinkMethods()
9057 ObjPtr<mirror::PointerArray> vtable = AllocPointerArray(self, mirror::Object::kVTableLength); in LinkJavaLangObjectMethods()
H A Dclass_linker.h583 ObjPtr<mirror::PointerArray> AllocPointerArray(Thread* self, size_t length)
H A Dthread.cc3030 class_linker->AllocPointerArray(self_, depth * 2); in Init()