Lines Matching refs:not_mapped
52 Address not_mapped = ReadOnlyRoots(heap_).not_mapped_symbol().ptr();
55 if (keys_[index] == not_mapped) return -1; // Not found.
59 if (keys_[index] == not_mapped) return -1; // Not found.
73 Address not_mapped = ReadOnlyRoots(heap_).not_mapped_symbol().ptr();
81 if (keys_[index] == not_mapped) { // Free entry.
95 Address not_mapped = ReadOnlyRoots(heap_).not_mapped_symbol().ptr();
96 DCHECK_NE(keys_[index], not_mapped);
97 keys_[index] = not_mapped;
113 if (key == not_mapped) break;
123 DCHECK_EQ(not_mapped, keys_[index]);
203 Address not_mapped = ReadOnlyRoots(heap_).not_mapped_symbol().ptr();
204 for (int i = 0; i < capacity_; i++) keys_[i] = not_mapped;
254 Address not_mapped = ReadOnlyRoots(heap_).not_mapped_symbol().ptr();
256 if (keys_[index] != not_mapped) {
272 Address not_mapped = ReadOnlyRoots(heap_).not_mapped_symbol().ptr();
274 if (keys_[i] == not_mapped) {
281 keys_[i] = not_mapped;
310 Address not_mapped = ReadOnlyRoots(heap_).not_mapped_symbol().ptr();
311 for (int i = 0; i < capacity_; i++) keys_[i] = not_mapped;
316 if (old_keys[i] == not_mapped) continue;