Searched refs:StackTop (Results 1 – 4 of 4) sorted by relevance
210 if (StackTop >= 8) in pushReg()218 if (StackTop == 0) in popReg()346 StackTop = 0; in runOnMachineFunction()507 StackTop = 0; in setupBlockStack()945 while (StackTop) { in adjustLiveRegs()1057 while (StackTop > 0) in handleCall()1121 StackTop = 0; in handleReturn()1128 if (StackTop == 1) { in handleReturn()1153 StackTop = 0; in handleReturn()1221 --StackTop; in handleOneArgFP()[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()
264 Subtable->StackTop = AslGbl_SubtableStack; in DtPushSubtable()292 AslGbl_SubtableStack = Subtable->StackTop; in DtPopSubtable()
233 struct dt_subtable *StackTop; member