/third_party/node/deps/v8/src/objects/ |
D | transitions-inl.h | 73 Name TransitionArray::GetKey(int transition_number) { in GetKey() function 79 Name TransitionArray::GetKey(InternalIndex index) { in GetKey() function 80 return GetKey(index.as_int()); in GetKey() 83 Name TransitionsAccessor::GetKey(int transition_number) { in GetKey() function 95 return transitions().GetKey(transition_number); in GetKey() 117 DCHECK(descriptors.GetKey(descriptor).Equals(name)); in GetTargetDetails() 128 return transition.instance_descriptors().GetKey(descriptor); in GetSimpleTransitionKey() 323 return GetKey(transition_number); in GetSortedKey()
|
D | descriptor-array-inl.h | 107 Name DescriptorArray::GetKey(InternalIndex descriptor_number) const { in GetKey() function 109 return GetKey(cage_base, descriptor_number); in GetKey() 112 Name DescriptorArray::GetKey(PtrComprCageBase cage_base, in GetKey() function 138 return GetKey(cage_base, InternalIndex(GetSortedKeyIndex(descriptor_number))); in GetSortedKey() 215 Name key = *desc->GetKey(); in Set() 227 uint32_t hash = desc->GetKey()->hash(); in Append()
|
D | transitions.cc | 169 array.SetKey(i, array.GetKey(i - 1)); in Insert() 213 result->Set(i, array.GetKey(i), array.GetRawTarget(i)); in Insert() 217 result->Set(i + 1, array.GetKey(i), array.GetRawTarget(i)); in Insert() 294 Name key = descriptors.GetKey(descriptor); in ForEachTransitionTo() 327 Name key = descriptors.GetKey(descriptor); in IsMatchingMap() 622 Name key = old_transitions.GetKey(i); in CheckNewTransitionsAreConsistent() 645 Name key = GetKey(transition); in SearchDetails() 646 for (; transition < nof_transitions && GetKey(transition) == key; in SearchDetails() 669 Name key = GetKey(transition); in SearchDetailsAndGetTarget() 670 for (; transition < nof_transitions && GetKey(transition) == key; in SearchDetailsAndGetTarget() [all …]
|
D | map-updater.cc | 55 Name name = map->instance_descriptors(isolate).GetKey(modify_index); in PrintGeneralization() 105 Name MapUpdater::GetKey(InternalIndex descriptor) const { in GetKey() function in v8::internal::MapUpdater 106 return old_descriptors_->GetKey(descriptor); in GetKey() 643 isolate_, target_map_, GetKey(i), old_details.kind(), in FindTargetMap() 739 isolate_, target_map_, GetKey(i), old_details.kind(), in FindTargetMap() 796 Descriptor d(handle(GetKey(i), isolate_), in BuildDescriptorArray() 805 Handle<Name> key(GetKey(i), isolate_); in BuildDescriptorArray() 878 Handle<Name> key(GetKey(i), isolate_); in BuildDescriptorArray() 934 Name name = descriptors->GetKey(i); in FindSplitMap() 980 isolate_, split_map, GetKey(split_index), split_details.kind(), in ConstructNewMap() [all …]
|
D | transitions.h | 98 inline Name GetKey(int transition_number); 250 inline Name GetKey(int transition_number); 261 inline Name GetKey(InternalIndex index);
|
D | descriptor-array.h | 74 inline Name GetKey(InternalIndex descriptor_number) const; 75 inline Name GetKey(PtrComprCageBase cage_base,
|
D | property.h | 29 Handle<Name> GetKey() const { return key_; } in GetKey() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | hashtable_debug_hooks.h | 36 auto GetKey(const typename T::value_type& pair, int) -> decltype(get<0>(pair)) { 42 const typename T::key_type& GetKey(const typename T::key_type& key, char) { in GetKey() function 65 if (c.key_eq()(key, GetKey<Container>(*it, 0))) return num_probes; in GetNumProbes()
|
/third_party/vixl/src/ |
D | invalset-vixl.h | 134 static KeyType GetKey(const ElementType& element); 296 static KeyType GetKey(const ElementType& element); 399 cached_min_key_ = GetKey(element); in insert() 481 return GetKey(GetMinElement()); in GetMinElementKey() 488 return GetKey(element) != kInvalidKey; in IsValid() 515 cached_min_key_ = GetKey(*min); in EraseInternal() 584 cached_min_key_ = GetKey(Front()); in Sort() 625 cached_min_key_ = GetKey(*GetElementAt(0)); in Clean() 730 cached_min_key_ = GetKey(*min); in CacheMinElement() 846 typename S::_KeyType InvalSetIterator<S>::GetKey(const ElementType& element) { in GetKey() function [all …]
|
/third_party/skia/include/private/ |
D | SkTHash.h | 99 if (hash == s.hash && key == Traits::GetKey(*s)) { in find() 126 if (hash == s.hash && key == Traits::GetKey(*s)) { in remove() 237 const K& key = Traits::GetKey(val); in uncheckedSet() 249 if (hash == s.hash && key == Traits::GetKey(*s)) { in uncheckedSet() 471 static const K& GetKey(const Pair& p) { return p.first; } in GetKey() function 529 static const T& GetKey(const T& item) { return item; } in GetKey() function
|
/third_party/skia/src/gpu/text/ |
D | GrStrikeCache.h | 35 static const SkPackedGlyphID& GetKey(const GrGlyph* glyph); 62 static const SkDescriptor& GetKey(const sk_sp<GrTextStrike>& strike);
|
D | GrStrikeCache.cpp | 34 const SkDescriptor& GrStrikeCache::HashTraits::GetKey(const sk_sp<GrTextStrike>& strike) { in GetKey() function in GrStrikeCache::HashTraits 53 const SkPackedGlyphID& GrTextStrike::HashTraits::GetKey(const GrGlyph* glyph) { in GetKey() function in GrTextStrike::HashTraits
|
/third_party/skia/src/core/ |
D | SkTDynamicHash.h | 52 static const Key& GetKey(T* entry) { return Traits::GetKey(*entry); } in GetKey() function
|
D | SkTMultiMap.h | 23 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } in GetKey() function
|
/third_party/skia/tools/ |
D | UrlDataManager.h | 74 static const SkData& GetKey(const UrlData& data) { in GetKey() function 84 static const SkString& GetKey(const UrlData& data) { in GetKey() function
|
/third_party/protobuf/src/google/protobuf/ |
D | map_test_util.h | 1308 EXPECT_EQ(map[iter.GetKey().GetInt32Value()], in ExpectMapFieldsSetViaReflectionIterator() 1319 EXPECT_EQ(map[iter.GetKey().GetInt64Value()], in ExpectMapFieldsSetViaReflectionIterator() 1330 EXPECT_EQ(map[iter.GetKey().GetUInt32Value()], in ExpectMapFieldsSetViaReflectionIterator() 1341 EXPECT_EQ(map[iter.GetKey().GetUInt64Value()], in ExpectMapFieldsSetViaReflectionIterator() 1352 EXPECT_EQ(map[iter.GetKey().GetInt32Value()], in ExpectMapFieldsSetViaReflectionIterator() 1363 EXPECT_EQ(map[iter.GetKey().GetInt64Value()], in ExpectMapFieldsSetViaReflectionIterator() 1375 EXPECT_EQ(map[iter.GetKey().GetUInt32Value()], in ExpectMapFieldsSetViaReflectionIterator() 1387 EXPECT_EQ(map[iter.GetKey().GetUInt64Value()], in ExpectMapFieldsSetViaReflectionIterator() 1399 EXPECT_EQ(map[iter.GetKey().GetInt32Value()], in ExpectMapFieldsSetViaReflectionIterator() 1409 EXPECT_EQ(map[iter.GetKey().GetInt32Value()], in ExpectMapFieldsSetViaReflectionIterator() [all …]
|
/third_party/lzma/CPP/7zip/Crypto/ |
D | 7zAes.cpp | 115 bool CKeyInfoCache::GetKey(CKeyInfo &key) in GetKey() function in NCrypto::N7z::CKeyInfoCache 177 if (!_cachedKeys.GetKey(_key)) in PrepareKey() 179 finded = g_GlobalKeyCache.GetKey(_key); in PrepareKey()
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypeAsClauses.ts | 98 type GetKey<S, V> = keyof { [TP in keyof S as Equal<S[TP], V> extends true ? TP : never]: any }; alias 116 type Res1 = GetKey<Schema, Schema['root']['task']>; // "Task"
|
/third_party/node/deps/v8/src/logging/ |
D | runtime-call-stats.cc | 294 base::Thread::LocalStorageKey WorkerThreadRuntimeCallStats::GetKey() { in GetKey() function in v8::internal::WorkerThreadRuntimeCallStats 329 base::Thread::GetThreadLocal(worker_stats->GetKey())); in WorkerThreadRuntimeCallStatsScope() 332 base::Thread::SetThreadLocal(worker_stats->GetKey(), table_); in WorkerThreadRuntimeCallStatsScope()
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeAsClauses.js | 96 type GetKey<S, V> = keyof { [TP in keyof S as Equal<S[TP], V> extends true ? TP : never]: any }; 114 type Res1 = GetKey<Schema, Schema['root']['task']>; // "Task" 262 type GetKey<S, V> = keyof { 281 type Res1 = GetKey<Schema, Schema['root']['task']>;
|
/third_party/skia/tools/sk_app/mac/ |
D | Window_mac.h | 40 static const NSInteger& GetKey(const Window_mac& w) { in GetKey() function
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlSampler.h | 33 static const Key& GetKey(const GrMtlSampler& sampler) { return sampler.fKey; } in GetKey() function
|
/third_party/skia/src/gpu/ops/ |
D | SmallPathShapeData.h | 59 static inline const SmallPathShapeDataKey& GetKey(const SmallPathShapeData& data) { in GetKey() function
|
/third_party/skia/src/gpu/ |
D | GrResourceCache.h | 331 static const GrScratchKey& GetKey(const GrGpuResource& r) { in GetKey() function 341 static const GrUniqueKey& GetKey(const GrGpuResource& r) { return r.getUniqueKey(); } in GetKey() function
|
/third_party/skia/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.h | 49 static const Key& GetKey(const GrVkSamplerYcbcrConversion& ycbcrConversion) { in GetKey() function
|