Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/utils/
Didentity-map.cc21 DCHECK_NULL(keys_); in ~IdentityMapBase()
25 if (keys_) { in Clear()
29 DeletePointerArray(reinterpret_cast<uintptr_t*>(keys_), capacity_); in Clear()
31 keys_ = nullptr; in Clear()
54 if (keys_[index] == address) return index; // Found. in ScanKeysFor()
55 if (keys_[index] == not_mapped) return -1; // Not found. in ScanKeysFor()
58 if (keys_[index] == address) return index; // Found. in ScanKeysFor()
59 if (keys_[index] == not_mapped) return -1; // Not found. in ScanKeysFor()
80 if (keys_[index] == address) return {index, true}; // Found. in InsertKey()
81 if (keys_[index] == not_mapped) { // Free entry. in InsertKey()
[all …]
Didentity-map.h51 keys_(nullptr), in IdentityMapBase()
91 Address* keys_; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dranden.h53 RandenHwAes::Generate(keys_, state); in Generate()
55 RandenSlow::Generate(keys_, state); in Generate()
59 RandenHwAes::Generate(keys_, state); in Generate()
62 RandenSlow::Generate(keys_, state); in Generate()
92 const void* keys_;
Dranden.cc83 keys_ = tmp.keys; in Randen()
/third_party/node/deps/v8/src/objects/
Dlookup-cache.h38 keys_[i].source = Map(); in DescriptorLookupCache()
39 keys_[i].name = Name(); in DescriptorLookupCache()
52 Key keys_[kLength]; variable
Dlookup-cache-inl.h26 Key& key = keys_[index]; in Lookup()
34 Key& key = keys_[index]; in Update()
Dlookup-cache.cc11 for (int index = 0; index < kLength; index++) keys_[index].source = Map(); in Clear()
Dkeys.cc100 if (keys_.is_null()) { in GetKeys()
119 return Handle<OrderedHashSet>::cast(keys_); in keys()
139 if (keys_.is_null()) { in AddKey()
140 keys_ = OrderedHashSet::Allocate(isolate_, 16).ToHandleChecked(); in AddKey()
155 if (*new_set != *keys_) { in AddKey()
159 keys_->set(OrderedHashSet::NextTableIndex(), Smi::zero()); in AddKey()
160 keys_ = new_set; in AddKey()
Dkeys.h157 Handle<OrderedHashSet> keys_; variable
/third_party/node/doc/api/
Dtls.md69 Certificates are _public keys_ that correspond to a private key, and that are