Searched refs:StackTop (Results 1 – 6 of 6) sorted by relevance
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()[all …]
93 TTindex StackTop = 0; variable
146 unsigned StackTop; // The current top of the FP stack. member167 for (unsigned i = 0; i != StackTop; ++i) { in dumpStack()184 return Slot < StackTop && Stack[Slot] == RegNo; in isLive()189 if (STi >= StackTop) in getStackEntry()191 return Stack[StackTop-1-STi]; in getStackEntry()197 return StackTop - 1 - getSlot(RegNo) + X86::ST0; in getSTReg()203 if (StackTop >= 8) in pushReg()205 Stack[StackTop] = Reg; in pushReg()206 RegMap[Reg] = StackTop++; in pushReg()209 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; } in isAtTop()[all …]
154 unsigned StackTop = 0; // The current top of the FP stack. member175 for (unsigned i = 0; i != StackTop; ++i) { in dumpStack()192 return Slot < StackTop && Stack[Slot] == RegNo; in isLive()197 if (STi >= StackTop) in getStackEntry()199 return Stack[StackTop-1-STi]; in getStackEntry()205 return StackTop - 1 - getSlot(RegNo) + X86::ST0; in getSTReg()211 if (StackTop >= 8) in pushReg()213 Stack[StackTop] = Reg; in pushReg()214 RegMap[Reg] = StackTop++; in pushReg()219 if (StackTop == 0) in popReg()[all …]
212 StackEntry StackTop; in InMemoryRawLog() local215 internal_memcpy(&StackTop, StackEntryPtr, sizeof(StackEntry)); in InMemoryRawLog()216 if (StackTop.FuncId == FuncId && StackTop.CPU == CPU && in InMemoryRawLog()217 StackTop.TSC < TSC) { in InMemoryRawLog()218 auto Delta = TSC - StackTop.TSC; in InMemoryRawLog()221 TLD.BufferOffset -= StackTop.Type == XRayEntryType::ENTRY ? 1 : 2; in InMemoryRawLog()