Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dclass_linker.h547 LengthPrefixedArray<ArtMethod>* AllocArtMethodArray(Thread* self,
H A Druntime.cc2724 LengthPrefixedArray<ArtMethod>* method_array = class_linker->AllocArtMethodArray( in CreateRuntimeMethod()
H A Dclass_linker.cc3938 LengthPrefixedArray<ArtMethod>* ClassLinker::AllocArtMethodArray(Thread* self, in AllocArtMethodArray() function in art::ClassLinker
4040 AllocArtMethodArray(self, allocator, accessor.NumMethods()), in LoadClass()
5375 LengthPrefixedArray<ArtMethod>* proxy_class_methods = AllocArtMethodArray( in CreateProxyClass()