Home
last modified time | relevance | path

Searched refs:theDepot (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.cc105 static StackDepot theDepot; variable
108 return theDepot.GetStats(); in StackDepotGetStats()
112 StackDepotHandle h = theDepot.Put(stack); in StackDepotPut()
117 return theDepot.Put(stack); in StackDepotPut_WithHandle()
121 return theDepot.Get(id); in StackDepotGet()
125 theDepot.LockAll(); in StackDepotLockAll()
129 theDepot.UnlockAll(); in StackDepotUnlockAll()
141 atomic_uintptr_t *p = &theDepot.tab[idx]; in StackDepotReverseMap()