Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dordered-hash-table.h135 int HashToBucket(int hash) { return hash & (NumberOfBuckets() - 1); } in HashToBucket() function
138 int bucket = HashToBucket(hash); in HashToEntry()
460 int HashToBucket(int hash) const { return hash & (NumberOfBuckets() - 1); } in HashToBucket() function
463 int bucket = HashToBucket(hash); in HashToFirstEntry()
Dordered-hash-table.cc107 int bucket = table->HashToBucket(hash); in Add()
253 int bucket = table->HashToBucket(hash); in Add()
386 int bucket = table->HashToBucket(hash); in Add()
419 int bucket = table->HashToBucket(hash); in Add()
483 int bucket = new_table->HashToBucket(hash); in Rehash()