Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h22 typedef HashTableImplTy hash_table; typedef
155 typedef HashTableImplTy hash_table; typedef
266 HashIterator(typename IteratorBase::hash_table* pTable, unsigned int pIndex) in HashIterator()
270 explicit HashIterator(typename IteratorBase::hash_table* pTable, in HashIterator()
/aosp12/art/runtime/
H A Dclass_linker.cc6395 uint32_t* hash_table, in LinkVirtualHashTable() argument
6399 hash_table_(hash_table), in LinkVirtualHashTable()
6568 LinkVirtualHashTable hash_table(klass, hash_table_size, hash_table_ptr, image_pointer_size_); in LinkVirtualMethods() local
6573 hash_table.Add(i); in LinkVirtualMethods()
6594 uint32_t hash_index = hash_table.FindAndRemove(&super_method_name_comparator, hash); in LinkVirtualMethods()
6595 if (hash_index != hash_table.GetNotFoundIndex()) { in LinkVirtualMethods()