Home
last modified time | relevance | path

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

/art/runtime/
Dtype_lookup_table.cc126 uint32_t pos = FindLastEntryInBucket(hash & GetSizeMask()); in Insert()
137 uint32_t TypeLookupTable::FindLastEntryInBucket(uint32_t pos) const { in FindLastEntryInBucket() function in art::TypeLookupTable
Dtype_lookup_table.h159 uint32_t FindLastEntryInBucket(uint32_t cur_pos) const;