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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp53 static StackStore stackStore; member in namespace:__sanitizer
74 return stackStore.Allocated() + useCounts.MemoryUsage();
79 uptr diff = stackStore.Pack(static_cast<StackStore::Compression>(
194 store_id = stackStore.Store(args, &pack);
203 return stackStore.Load(store_id);
221 stackStore.LockAll();
225 stackStore.UnlockAll();
244 stackStore.TestOnlyUnmap();
/freebsd-current/stand/ficl/
H A Dstack.c178 void stackStore(FICL_STACK *pStack, int n, CELL c) 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))

Completed in 82 milliseconds