Searched refs:StackTop (Results 1 – 4 of 4) sorted by relevance
212 if (StackTop >= 8) in pushReg()220 if (StackTop == 0) in popReg()341 StackTop = 0; in runOnMachineFunction()505 StackTop = 0; in setupBlockStack()909 while (StackTop) { in adjustLiveRegs()996 while (StackTop > 0) in handleCall()1055 StackTop = 0; in handleReturn()1062 if (StackTop == 1) { in handleReturn()1087 StackTop = 0; in handleReturn()1149 --StackTop; in handleOneArgFP()[all …]
213 StackEntry StackTop; in InMemoryRawLog() local216 internal_memcpy(&StackTop, StackEntryPtr, sizeof(StackEntry)); in InMemoryRawLog()217 if (StackTop.FuncId == FuncId && StackTop.CPU == CPU && in InMemoryRawLog()218 StackTop.TSC < TSC) { in InMemoryRawLog()219 auto Delta = TSC - StackTop.TSC; in InMemoryRawLog()222 TLD.BufferOffset -= StackTop.Type == XRayEntryType::ENTRY ? 1 : 2; in InMemoryRawLog()
264 Subtable->StackTop = AslGbl_SubtableStack; in DtPushSubtable()292 AslGbl_SubtableStack = Subtable->StackTop; in DtPopSubtable()
222 struct dt_subtable *StackTop; member