Home | History | Annotate | Download | only in runtime

Lines Matching full:array_storage

2956   void* array_storage = allocator->Alloc(self, storage_size);
2957 auto* ret = new(array_storage) LengthPrefixedArray<ArtField>(length);
2973 void* array_storage = allocator->Alloc(self, storage_size);
2974 auto* ret = new (array_storage) LengthPrefixedArray<ArtMethod>(length);