Lines Matching refs:Alloc

832       mirror::ObjectArray<mirror::Class>::Alloc(self,  in InitWithoutImage()
2510 mirror::ObjectArray<mirror::Class>::Alloc(self, array_of_class, class_table_size)); in VisitClassesWithoutClassesLock()
2584 ? ObjPtr<mirror::Array>(mirror::LongArray::Alloc(self, length)) in AllocPointerArray()
2585 : ObjPtr<mirror::Array>(mirror::IntArray::Alloc(self, length))); in AllocPointerArray()
2742 return mirror::ObjectArray<mirror::StackTraceElement>::Alloc( in AllocStackTraceElementArray()
3798 void* array_storage = allocator->Alloc(self, storage_size); in AllocArtFieldArray()
3815 void* array_storage = allocator->Alloc(self, storage_size); in AllocArtMethodArray()
5131 ? mirror::ObjectArray<mirror::ObjectArray<mirror::Class>>::Alloc( in CreateProxyClass()
6143 allocator->Alloc(self, ImTable::SizeInBytes(image_pointer_size_))); in LinkClass()
6939 void* data = linear_alloc->Alloc( in AddMethodToConflictTable()
7095 void* data = linear_alloc->Alloc(Thread::Current(), in CreateImtConflictTable()
7847 default_conflict_method = reinterpret_cast<ArtMethod*>(allocator_.Alloc(method_size_)); in FindMethod()
7918 miranda_method = reinterpret_cast<ArtMethod*>(allocator_.Alloc(method_size_)); in GetOrCreateMirandaMethod()
9155 mirror::ObjectArray<mirror::Class>::Alloc(self, array_of_class, num_method_args))); in ResolveMethodType()
9261 mirror::ObjectArray<mirror::Class>::Alloc(self, array_of_class, num_params))); in ResolveMethodHandleForField()
9439 mirror::ObjectArray<mirror::Class>::Alloc(self, array_of_class, num_params))); in ResolveMethodHandleForMethod()
9690 mirror::ObjectArray<mirror::Object>::Alloc(self, in CreateWellKnownClassLoader()
9713 Handle<mirror::LongArray> h_long_array = hs2.NewHandle(mirror::LongArray::Alloc( in CreateWellKnownClassLoader()
9947 mirror::IfTable::Alloc(self, in AllocIfTable()