/third_party/node/deps/v8/src/wasm/ |
D | wasm-import-wrapper-cache.h | 30 struct CacheKey { struct 31 CacheKey(const compiler::WasmImportCallKind& _kind, const FunctionSig* _sig, in CacheKey() argument 40 bool operator==(const CacheKey& rhs) const { 53 size_t operator()(const CacheKey& key) const { in operator() argument 65 V8_EXPORT_PRIVATE WasmCode*& operator[](const CacheKey& key); 74 V8_EXPORT_PRIVATE WasmCode*& operator[](const CacheKey& key); 88 std::unordered_map<CacheKey, WasmCode*, CacheKeyHash> entry_map_;
|
D | wasm-import-wrapper-cache.cc | 17 const CacheKey& key) { in operator []() 22 const WasmImportWrapperCache::CacheKey& key) { in operator []()
|
D | module-instantiate.cc | 46 using ImportWrapperQueue = WrapperQueue<WasmImportWrapperCache::CacheKey, 70 while (base::Optional<WasmImportWrapperCache::CacheKey> key = in Run() 1153 WasmImportWrapperCache::CacheKey key(kind, expected_sig, expected_arity, in ProcessImportedFunction() 1614 WasmImportWrapperCache::CacheKey key(kind, sig, expected_arity, suspend); in CompileImportWrappers()
|
D | module-compiler.cc | 1640 std::unordered_set<WasmImportWrapperCache::CacheKey, in AddImportWrapperUnits() 1650 WasmImportWrapperCache::CacheKey key( in AddImportWrapperUnits() 3704 WasmImportWrapperCache::CacheKey key( in PublishCompilationResults() 3952 WasmImportWrapperCache::CacheKey key(kind, sig, expected_arity, suspend); in CompileImportWrapper()
|
D | wasm-objects.cc | 593 wasm::WasmImportWrapperCache::CacheKey key(kind, &sig, param_count, in UpdateDispatchTables()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.h | 102 class CacheKey : public CacheKeyBase { 104 virtual ~CacheKey() { } in ~CacheKey() 136 class LocaleCacheKey : public CacheKey<T> { 142 : CacheKey<T>(other), fLoc(other.fLoc) { } in LocaleCacheKey() 145 return (int32_t)(37u * (uint32_t)CacheKey<T>::hashCode() + (uint32_t)fLoc.hashCode()); in hashCode() 152 if (!CacheKey<T>::operator == (other)) { 203 const CacheKey<T>& key, in get() 225 const CacheKey<T>& key, in get()
|
/third_party/skia/src/gpu/ |
D | GrDDLContext.cpp | 68 typedef const GrProgramDesc CacheKey; typedef in GrDDLContext::ProgramInfoMap 79 void add(CacheKey& desc, const GrProgramInfo* programInfo) { in add() 91 fMap.foreach([dst](CacheKey* programDesc, CacheValue* programInfo) { in toArray() 101 uint32_t operator()(CacheKey& desc) const { in operator ()() 106 SkLRUCache<CacheKey, CacheValue, DescHash> fMap;
|
/third_party/node/deps/icu-small/source/common/ |
D | unifiedcache.h | 104 class CacheKey : public CacheKeyBase { 106 virtual ~CacheKey() { } in ~CacheKey() 139 class LocaleCacheKey : public CacheKey<T> { 143 if (!CacheKey<T>::equals(other)) { in equals() 153 : CacheKey<T>(other), fLoc(other.fLoc) { } in LocaleCacheKey() 156 return (int32_t)(37u * (uint32_t)CacheKey<T>::hashCode() + (uint32_t)fLoc.hashCode()); in hashCode() 203 const CacheKey<T>& key, in get() 225 const CacheKey<T>& key, in get()
|
/third_party/icu/icu4c/source/common/ |
D | unifiedcache.h | 104 class CacheKey : public CacheKeyBase { 106 virtual ~CacheKey() { } in ~CacheKey() 139 class LocaleCacheKey : public CacheKey<T> { 143 if (!CacheKey<T>::equals(other)) { in equals() 153 : CacheKey<T>(other), fLoc(other.fLoc) { } in LocaleCacheKey() 156 return (int32_t)(37u * (uint32_t)CacheKey<T>::hashCode() + (uint32_t)fLoc.hashCode()); in hashCode() 203 const CacheKey<T>& key, in get() 225 const CacheKey<T>& key, in get()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 1011 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local 1012 RemoveFromReverseMap(ReverseNonLocalPtrDeps, &*ScanPos, CacheKey); in GetNonLocalInfoForBlock() 1038 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local 1039 ReverseNonLocalPtrDeps[Inst].insert(CacheKey); in GetNonLocalInfoForBlock() 1099 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local 1112 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI)); in getNonLocalPointerDepFromBB() 1139 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB() 1159 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB() 1412 NonLocalPointerInfo &NLPI = NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB() 1419 CacheInfo = &NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB() [all …]
|
/third_party/skia/src/core/ |
D | SkVMBlitter.h | 81 static Key CacheKey(const Params& params,
|
D | SkVMBlitter.cpp | 424 SkVMBlitter::Key SkVMBlitter::CacheKey( in CacheKey() function in SkVMBlitter 540 , fKey(CacheKey(fParams, &fUniforms, &fAlloc, ok)) {}
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 172502 const ImageCacheKey& CacheKey() const { return mCacheKey; } in CacheKey() function in imgRequest
|