Searched refs:ChainedOriginDepot (Results 1 – 5 of 5) 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::LockBeforeFork() { depot.LockBeforeFork(); } in LockBeforeFork()144 void ChainedOriginDepot::UnlockAfterFork(bool fork_child) { in UnlockAfterFork()148 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;