Lines Matching refs:TSDRegistry
244 TSDRegistry.initThreadMaybe(this, MinimalInit);
249 TSDRegistry.unmapTestOnly(this); in unmapTestOnly()
259 TSDRegistryT *getTSDRegistry() { return &TSDRegistry; } in getTSDRegistry()
283 void drainCaches() { TSDRegistry.drainCaches(this); } in drainCaches()
361 : TSDRegistry.getDisableMemInit()
389 typename TSDRegistryT::ScopedTSD TSD(TSDRegistry);
556 TSDRegistry.getDisableMemInit() ? NoFill
605 TSDRegistry.disable(); in disable()
620 TSDRegistry.enable(); in enable()
738 const bool RegistryResult = TSDRegistry.setOption(O, Value); in setOption()
807 TSDRegistry.initOnceMaybe(this); in disableMemoryTagging()
968 TSDRegistryT TSDRegistry; variable
1260 Header->ClassId && !TSDRegistry.getDisableMemInit(); in quarantineOrDeallocateChunk()
1272 typename TSDRegistryT::ScopedTSD TSD(TSDRegistry); in quarantineOrDeallocateChunk()
1285 typename TSDRegistryT::ScopedTSD TSD(TSDRegistry); in quarantineOrDeallocateChunk()
1298 if (Header->ClassId && !TSDRegistry.getDisableMemInit()) { in retagBlock()
1627 TSDRegistry.getStats(Str); in getStats()