Searched refs:AllocArtFieldArray (Results 1 - 3 of 3) sorted by path

/art/runtime/
H A Dclass_linker-inl.h123 inline mirror::ObjectArray<mirror::ArtField>* ClassLinker::AllocArtFieldArray(Thread* self, function in class:art::ClassLinker
H A Dclass_linker.cc1207 fields(self, AllocArtFieldArray(self, dex_file.NumFieldIds()));
1748 mirror::ObjectArray<mirror::ArtField>* statics = AllocArtFieldArray(self, it.NumStaticFields());
1757 AllocArtFieldArray(self, it.NumInstanceFields());
2668 mirror::ObjectArray<mirror::ArtField>* sfields = AllocArtFieldArray(self, 2);
H A Dclass_linker.h302 mirror::ObjectArray<mirror::ArtField>* AllocArtFieldArray(Thread* self, size_t length)

Completed in 60 milliseconds