Home
last modified time | relevance | path

Searched refs:AllocArtFieldArray (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dclass_linker.h500 LengthPrefixedArray<ArtField>* AllocArtFieldArray(Thread* self,
Dclass_linker.cc3789 LengthPrefixedArray<ArtField>* ClassLinker::AllocArtFieldArray(Thread* self, in AllocArtFieldArray() function in art::ClassLinker
3866 LengthPrefixedArray<ArtField>* sfields = AllocArtFieldArray(self, in LoadClass()
3869 LengthPrefixedArray<ArtField>* ifields = AllocArtFieldArray(self, in LoadClass()
5078 LengthPrefixedArray<ArtField>* sfields = AllocArtFieldArray(self, allocator, num_fields); in CreateProxyClass()