Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp53 static StackStore stackStore; variable
74 return stackStore.Allocated() + useCounts.MemoryUsage(); in allocated()
79 uptr diff = stackStore.Pack(static_cast<StackStore::Compression>( in CompressStackStore()
194 store_id = stackStore.Store(args, &pack); in store()
203 return stackStore.Load(store_id); in load()
221 stackStore.LockAll(); in StackDepotLockAll()
225 stackStore.UnlockAll(); in StackDepotUnlockAll()
244 stackStore.TestOnlyUnmap(); in StackDepotTestOnlyUnmap()
/freebsd/stand/ficl/
H A Dstack.c178 void stackStore(FICL_STACK *pStack, int n, CELL c) in stackStore() function
H A Dficl.h388 void stackStore (FICL_STACK *pStack, int n, CELL c);
413 #define STORE(n,c) stackStore(pVM->pStack,n,LVALUEtoCELL(c))