Home
last modified time | relevance | path

Searched refs:AllocArtMethodArray (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dclass_linker.h504 LengthPrefixedArray<ArtMethod>* AllocArtMethodArray(Thread* self,
Druntime.cc2265 LengthPrefixedArray<ArtMethod>* method_array = class_linker->AllocArtMethodArray( in CreateRuntimeMethod()
Dclass_linker.cc3805 LengthPrefixedArray<ArtMethod>* ClassLinker::AllocArtMethodArray(Thread* self, in AllocArtMethodArray() function in art::ClassLinker
3884 AllocArtMethodArray(self, allocator, accessor.NumMethods()), in LoadClass()
5146 LengthPrefixedArray<ArtMethod>* proxy_class_methods = AllocArtMethodArray( in CreateProxyClass()