Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h510 LengthPrefixedArray<ArtField>* AllocArtFieldArray(Thread* self,
Dclass_linker.cc3591 LengthPrefixedArray<ArtField>* ClassLinker::AllocArtFieldArray(Thread* self, in AllocArtFieldArray() function in art::ClassLinker
3668 LengthPrefixedArray<ArtField>* sfields = AllocArtFieldArray(self, in LoadClass()
3671 LengthPrefixedArray<ArtField>* ifields = AllocArtFieldArray(self, in LoadClass()
4942 LengthPrefixedArray<ArtField>* sfields = AllocArtFieldArray(self, allocator, num_fields); in CreateProxyClass()