Lines Matching refs:top
133 MT::Atomic32<int32> top; variable
149 int32 index = top.IncFetch() - 1; in AllocObject()
163 top.Store(0); in PersistentScopeDescriptorStorage()
168 int32 count = top.Exchange(0); in ~PersistentScopeDescriptorStorage()
232 MT_VERIFY(id <= top.Load(), "Invalid ID", return nullptr ); in Get()
256 int32 top; variable
269 int32 index = top; in AllocObject()
271 top++; in AllocObject()
281 top = invalidStackId; in WeakScopeStack()
286 for(int32 i = 0; i < top; i++) in ~WeakScopeStack()
292 top = 0; in ~WeakScopeStack()
305 int32 id = top; in Top()
311 top--; in Pop()
312 int32 index = top; in Pop()
376 int32 top; variable
394 int32 stackIndex = top; in AllocObject()
396 top++; in AllocObject()
414 top = invalidStackId; in StrongScopeStack()
432 if (top == invalidStackId) in Top()
437 return stackId[top - 1]; in Top()
442 top--; in Pop()
443 int32 index = top; in Pop()
499 top = invalidStackId; in Reset()