Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc3873 void* array_storage = allocator->Alloc(self, storage_size, LinearAllocKind::kArtFieldArray); in AllocArtFieldArray() local
3874 auto* ret = new(array_storage) LengthPrefixedArray<ArtField>(length); in AllocArtFieldArray()
3890 void* array_storage = allocator->Alloc(self, storage_size, LinearAllocKind::kArtMethodArray); in AllocArtMethodArray() local
3891 auto* ret = new (array_storage) LengthPrefixedArray<ArtMethod>(length); in AllocArtMethodArray()