Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_linker.h510 LengthPrefixedArray<ArtField>* AllocArtFieldArray(Thread* self,
H A Dclass_linker.cc3602 LengthPrefixedArray<ArtField>* ClassLinker::AllocArtFieldArray(Thread* self, in AllocArtFieldArray() function in art::ClassLinker
3679 LengthPrefixedArray<ArtField>* sfields = AllocArtFieldArray(self, in LoadClass()
3682 LengthPrefixedArray<ArtField>* ifields = AllocArtFieldArray(self, in LoadClass()
4953 LengthPrefixedArray<ArtField>* sfields = AllocArtFieldArray(self, allocator, num_fields); in CreateProxyClass()