Searched refs:array_storage (Results 1 – 1 of 1) sorted by relevance
3611 void* array_storage = allocator->Alloc(self, storage_size); in AllocArtFieldArray() local3612 auto* ret = new(array_storage) LengthPrefixedArray<ArtField>(length); in AllocArtFieldArray()3628 void* array_storage = allocator->Alloc(self, storage_size); in AllocArtMethodArray() local3629 auto* ret = new (array_storage) LengthPrefixedArray<ArtMethod>(length); in AllocArtMethodArray()