Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/utils/
H A Didentity-map.cc52 Address not_mapped = ReadOnlyRoots(heap_).not_mapped_symbol().ptr(); in ScanKeysFor() local
55 if (keys_[index] == not_mapped) return -1; // Not found. in ScanKeysFor()
59 if (keys_[index] == not_mapped) return -1; // Not found. in ScanKeysFor()
73 Address not_mapped = ReadOnlyRoots(heap_).not_mapped_symbol().ptr(); in InsertKey() local
81 if (keys_[index] == not_mapped) { // Free entry. in InsertKey()
95 Address not_mapped = ReadOnlyRoots(heap_).not_mapped_symbol().ptr(); in DeleteIndex() local
96 DCHECK_NE(keys_[index], not_mapped); in DeleteIndex()
97 keys_[index] = not_mapped; in DeleteIndex()
113 if (key == not_mapped) break; in DeleteIndex()
123 DCHECK_EQ(not_mapped, keys in DeleteIndex()
203 Address not_mapped = ReadOnlyRoots(heap_).not_mapped_symbol().ptr(); InsertEntry() local
254 Address not_mapped = ReadOnlyRoots(heap_).not_mapped_symbol().ptr(); NextIndex() local
272 Address not_mapped = ReadOnlyRoots(heap_).not_mapped_symbol().ptr(); Rehash() local
310 Address not_mapped = ReadOnlyRoots(heap_).not_mapped_symbol().ptr(); Resize() local
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c757 int not_mapped; in ntfs_attr_map_whole_runlist() local
777 not_mapped = 0; in ntfs_attr_map_whole_runlist()
779 not_mapped = 1; in ntfs_attr_map_whole_runlist()
787 if (not_mapped) { in ntfs_attr_map_whole_runlist()
838 if (not_mapped && highest_vcn && highest_vcn != last_vcn - 1) { in ntfs_attr_map_whole_runlist()

Completed in 9 milliseconds