Home
last modified time | relevance | path

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

/external/v8/src/
Didentity-map.cc45 Object* not_mapped = heap_->not_mapped_symbol(); in LookupIndex() local
48 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() local
66 if (keys_[index] == not_mapped) { // Free entry. in InsertIndex()
91 Object* not_mapped = heap_->not_mapped_symbol(); in GetEntry() local
92 for (int i = 0; i < size_; i++) keys_[i] = not_mapped; in GetEntry()
135 Object* not_mapped = heap_->not_mapped_symbol(); in Rehash() local
137 if (keys_[i] == not_mapped) { in Rehash()
144 keys_[i] = not_mapped; in Rehash()
[all …]