Searched defs:storage_size (Results 1 - 2 of 2) sorted by relevance

/art/runtime/base/
H A Dbit_vector.cc29 uint32_t storage_size,
32 storage_size_(storage_size),
27 BitVector(bool expandable, Allocator* allocator, uint32_t storage_size, uint32_t* storage) argument
/art/runtime/
H A Dclass_linker.cc3138 size_t storage_size = LengthPrefixedArray<ArtField>::ComputeSize(length); local
3139 void* array_storage = allocator->Alloc(self, storage_size);
3154 const size_t storage_size = local
3156 void* array_storage = allocator->Alloc(self, storage_size);

Completed in 114 milliseconds