Searched refs:stackStore (Results 1 – 3 of 3) sorted by relevance
53 static StackStore stackStore; variable74 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 StackDepotLockBeforeFork()225 stackStore.UnlockAll(); in StackDepotUnlockAfterFork()244 stackStore.TestOnlyUnmap(); in StackDepotTestOnlyUnmap()
178 void stackStore(FICL_STACK *pStack, int n, CELL c) in stackStore() function
388 void stackStore (FICL_STACK *pStack, int n, CELL c);413 #define STORE(n,c) stackStore(pVM->pStack,n,LVALUEtoCELL(c))