Home | History | Annotate | Download | only in runtime

Lines Matching refs:array_storage

3561   void* array_storage = allocator->Alloc(self, storage_size);
3562 auto* ret = new(array_storage) LengthPrefixedArray<ArtField>(length);
3578 void* array_storage = allocator->Alloc(self, storage_size);
3579 auto* ret = new (array_storage) LengthPrefixedArray<ArtMethod>(length);