Searched refs:array_storage (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc3139 void* array_storage = allocator->Alloc(self, storage_size); local
3140 auto* ret = new(array_storage) LengthPrefixedArray<ArtField>(length);
3156 void* array_storage = allocator->Alloc(self, storage_size); local
3157 auto* ret = new (array_storage) LengthPrefixedArray<ArtMethod>(length);

Completed in 41 milliseconds