Searched refs:firstTombstone (Results 1 – 1 of 1) sorted by relevance
124 int firstTombstone = -1; in lookUpBucketFor() local131 if (firstTombstone != -1) { in lookUpBucketFor()132 m_Buckets[firstTombstone].FullHashValue = full_hash; in lookUpBucketFor()133 return firstTombstone; in lookUpBucketFor()141 if (firstTombstone == -1) { in lookUpBucketFor()142 firstTombstone = index; in lookUpBucketFor()