Searched refs:ChainedOriginDepot (Results 1 – 6 of 6) sorted by relevance
19 class ChainedOriginDepot {21 ChainedOriginDepot();40 ChainedOriginDepot(const ChainedOriginDepot &) = delete;41 void operator=(const ChainedOriginDepot &) = delete;
123 ChainedOriginDepot::ChainedOriginDepot() {} in ChainedOriginDepot() function in __sanitizer::ChainedOriginDepot125 StackDepotStats ChainedOriginDepot::GetStats() const { in GetStats()129 bool ChainedOriginDepot::Put(u32 here_id, u32 prev_id, u32 *new_id) { in Put()136 u32 ChainedOriginDepot::Get(u32 id, u32 *other) { in Get()142 void ChainedOriginDepot::LockAll() { depot.LockAll(); } in LockAll()144 void ChainedOriginDepot::UnlockAll() { depot.UnlockAll(); } in UnlockAll()146 void ChainedOriginDepot::TestOnlyUnmap() { depot.TestOnlyUnmap(); } in TestOnlyUnmap()
18 static ChainedOriginDepot chainedOriginDepot;20 ChainedOriginDepot* GetChainedOriginDepot() { return &chainedOriginDepot; } in GetChainedOriginDepot()
22 ChainedOriginDepot* GetChainedOriginDepot();
20 static ChainedOriginDepot chainedOriginDepot;
22 static ChainedOriginDepot chainedOriginDepot;