Home | History | Annotate | Download | only in runtime

Lines Matching defs:storage_size

3138   size_t storage_size = LengthPrefixedArray<ArtField>::ComputeSize(length);
3139 void* array_storage = allocator->Alloc(self, storage_size);
3154 const size_t storage_size =
3156 void* array_storage = allocator->Alloc(self, storage_size);