Searched refs:hashBucket (Results 1 – 2 of 2) sorted by relevance
79 hashBucket(jlong key) in hashBucket() function128 jint slot = hashBucket(node->seqNum); in commonRef_handleFreedObject()204 gdata->objectsByID[hashBucket(node->seqNum)] = node->next; in deleteNode()303 slot = hashBucket(id); in deleteNodeByID()338 slot = hashBucket(id); in findNodeByID()379 slot = hashBucket(node->seqNum); in hashIn()
124 val hashBucket = (Thread.currentThread().id and (HASH_BUCKET_COUNT - 1L)).toInt() in firstRef() constant125 return hashBuckets[hashBucket] in firstRef()