Searched refs:AllocPointerArray (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/art/runtime/mirror/ |
H A D | class_ext.cc | 79 cl->AllocPointerArray(self, new_len))); in ExtendObsoleteArrays()
|
H A D | class_ext-inl.h | 52 new_arr.Assign(Runtime::Current()->GetClassLinker()->AllocPointerArray(self, count)); in EnsureJniIdsArrayPresent()
|
/aosp_15_r20/art/runtime/ |
H A D | class_linker.cc | 2741 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 D | class_linker.h | 583 ObjPtr<mirror::PointerArray> AllocPointerArray(Thread* self, size_t length)
|
H A D | thread.cc | 3030 class_linker->AllocPointerArray(self_, depth * 2); in Init()
|