Searched refs:not_mapped (Results 1 – 1 of 1) sorted by relevance
45 Object* not_mapped = heap_->not_mapped_symbol(); in LookupIndex() local48 if (keys_[index] == not_mapped) return -1; // Not found. in LookupIndex()52 if (keys_[index] == not_mapped) return -1; // Not found. in LookupIndex()59 Object* not_mapped = heap_->not_mapped_symbol(); in InsertIndex() local66 if (keys_[index] == not_mapped) { // Free entry. in InsertIndex()91 Object* not_mapped = heap_->not_mapped_symbol(); in GetEntry() local92 for (int i = 0; i < size_; i++) keys_[i] = not_mapped; in GetEntry()135 Object* not_mapped = heap_->not_mapped_symbol(); in Rehash() local137 if (keys_[i] == not_mapped) { in Rehash()144 keys_[i] = not_mapped; in Rehash()[all …]