Home
last modified time | relevance | path

Searched defs:TSD (Results 1 – 19 of 19) sorted by relevance

/external/scudo/standalone/
Dtsd.h26 template <class Allocator> struct alignas(SCUDO_CACHE_LINE_SIZE) TSD { struct
27 typename Allocator::CacheT Cache;
28 typename Allocator::QuarantineCacheT QuarantineCache;
29 u8 DestructorIterations = 0;
31 void initLinkerInitialized(Allocator *Instance) { in initLinkerInitialized()
35 void init(Allocator *Instance) { in init()
40 void commitBack(Allocator *Instance) { Instance->commitBack(this); } in commitBack()
42 inline bool tryLock() { in tryLock()
67 #endif // SCUDO_TSD_H_ argument
Dcombined.h237 void commitBack(TSD<ThisT> *TSD) { in commitBack() argument
350 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); variable
1112 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
1124 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
Dtsd_shared.h58 TSD<Allocator> *TSD = getCurrentTSD(); in getTSDAndLock() local
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dtsd.h26 template <class Allocator> struct alignas(SCUDO_CACHE_LINE_SIZE) TSD { struct
27 typename Allocator::CacheT Cache;
28 typename Allocator::QuarantineCacheT QuarantineCache;
29 u8 DestructorIterations;
31 void initLinkerInitialized(Allocator *Instance) { in initLinkerInitialized()
35 void init(Allocator *Instance) { in init()
40 void commitBack(Allocator *Instance) { Instance->commitBack(this); } in commitBack()
42 inline bool tryLock() { in tryLock()
67 #endif // SCUDO_TSD_H_ argument
Dcombined.h230 void commitBack(TSD<ThisT> *TSD) { in commitBack() argument
321 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); variable
1065 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
1076 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
Dtsd_shared.h51 TSD<Allocator> *TSD = getCurrentTSD(); in getTSDAndLock() local
/external/scudo/standalone/tests/
Dtsd_test.cpp38 void commitBack(scudo::TSD<MockAllocator> *TSD) {} in commitBack()
95 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in testRegistry() local
131 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressCache() local
190 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressSharedRegistry() local
Dcombined_test.cpp410 auto *TSD = Allocator->getTSDRegistry()->getTSDAndLock(&UnlockRequired); in SCUDO_TYPED_TEST() local
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dtsd_test.cpp38 void commitBack(scudo::TSD<MockAllocator> *TSD) {} in commitBack()
95 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in testRegistry() local
131 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressCache() local
190 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressSharedRegistry() local
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_tsd_shared.cpp50 ALWAYS_INLINE void setCurrentTSD(ScudoTSD *TSD) { in setCurrentTSD()
67 ScudoTSD *getTSDAndLockSlow(ScudoTSD *TSD) { in getTSDAndLockSlow()
Dscudo_tsd_exclusive.cpp25 THREADLOCAL ScudoTSD TSD; variable
Dscudo_allocator.cpp219 QuarantineCacheT *getQuarantineCache(ScudoTSD *TSD) { in getQuarantineCache()
348 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired); in allocate() local
414 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
433 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
/external/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp286 if (auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RD)) { in reportRecord() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp319 if (auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RD)) { in reportRecord() local
DSmartPtrModeling.cpp149 const auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RecordDecl); in getInnerPointerType() local
/external/llvm-project/clang-tools-extra/clangd/
DHover.cpp234 if (const auto *TSD = llvm::dyn_cast<ClassTemplateSpecializationDecl>(D)) { in getDeclForComment() local
242 if (const auto *TSD = llvm::dyn_cast<VarTemplateSpecializationDecl>(D)) { in getDeclForComment() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DProfile.cpp339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace() local
/external/llvm-project/llvm/lib/XRay/
DProfile.cpp339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace() local
/external/clang/lib/Serialization/
DASTReader.cpp6228 if (auto *TSD = dyn_cast<TemplateSpecializationDecl>(D)) in completeRedeclChainForTemplateSpecialization() local