Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h441 LengthPrefixedArray<ArtMethod>* AllocArtMethodArray(Thread* self,
Druntime.cc1909 LengthPrefixedArray<ArtMethod>* method_array = class_linker->AllocArtMethodArray( in CreateRuntimeMethod()
Dclass_linker.cc3275 LengthPrefixedArray<ArtMethod>* ClassLinker::AllocArtMethodArray(Thread* self, in AllocArtMethodArray() function in art::ClassLinker
3389 AllocArtMethodArray(self, allocator, it.NumDirectMethods() + it.NumVirtualMethods()), in LoadClassMembers()
4551 LengthPrefixedArray<ArtMethod>* proxy_class_methods = AllocArtMethodArray( in CreateProxyClass()