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

/art/runtime/
H A Dclass_linker.cc5911 const size_t hash_table_size = num_virtual_methods * 3 + 1; local
5914 if (hash_table_size <= kMaxStackHash) {
5916 alloca(hash_table_size * sizeof(*hash_table_ptr)));
5918 hash_heap_storage.reset(new uint32_t[hash_table_size]);
5921 LinkVirtualHashTable hash_table(klass, hash_table_size, hash_table_ptr, image_pointer_size_);

Completed in 39 milliseconds