Searched refs:keys_ (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/utils/ |
D | identity-map.cc | 21 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 …]
|
D | identity-map.h | 51 keys_(nullptr), in IdentityMapBase() 91 Address* keys_; variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | randen.h | 53 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_;
|
D | randen.cc | 83 keys_ = tmp.keys; in Randen()
|
/third_party/node/deps/v8/src/objects/ |
D | lookup-cache.h | 38 keys_[i].source = Map(); in DescriptorLookupCache() 39 keys_[i].name = Name(); in DescriptorLookupCache() 52 Key keys_[kLength]; variable
|
D | lookup-cache-inl.h | 26 Key& key = keys_[index]; in Lookup() 34 Key& key = keys_[index]; in Update()
|
D | lookup-cache.cc | 11 for (int index = 0; index < kLength; index++) keys_[index].source = Map(); in Clear()
|
D | keys.cc | 100 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()
|
D | keys.h | 157 Handle<OrderedHashSet> keys_; variable
|
/third_party/node/doc/api/ |
D | tls.md | 69 Certificates are _public keys_ that correspond to a private key, and that are
|