Lines Matching refs:StackTop
154 StackTop = getChildIndex(StackTop, ID); in push()
155 assert(StackTop); in push()
165 assert(StackTop); in pop()
166 assert(Nodes[StackTop].Parent < StackTop); in pop()
168 assert(Nodes[StackTop].Interior == ID); in pop()
171 assert(Nodes[Nodes[StackTop].Parent].Children[ID] == StackTop); in pop()
172 StackTop = Nodes[StackTop].Parent; in pop()
186 if (StackTop) { in update()
187 TimerIdT Leaf = Nodes[StackTop].Interior; in update()
196 TTindex Prefix = StackTop; in update()
200 if (UpdateCounts && Prefix == StackTop) in update()