Home | History | Annotate | Download | only in runtime

Lines Matching refs:hash_table_size

4954     const size_t hash_table_size = num_virtual_methods * 3;
4957 if (hash_table_size <= kMaxStackHash) {
4959 alloca(hash_table_size * sizeof(*hash_table_ptr)));
4961 hash_heap_storage.reset(new uint32_t[hash_table_size]);
4964 LinkVirtualHashTable hash_table(klass, hash_table_size, hash_table_ptr);