Home | History | Annotate | Download | only in runtime

Lines Matching refs:AllocArtFieldArray

3552 LengthPrefixedArray<ArtField>* ClassLinker::AllocArtFieldArray(Thread* self,
3629 LengthPrefixedArray<ArtField>* sfields = AllocArtFieldArray(self,
3632 LengthPrefixedArray<ArtField>* ifields = AllocArtFieldArray(self,
4887 LengthPrefixedArray<ArtField>* sfields = AllocArtFieldArray(self, allocator, num_fields);