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