Searched refs:CallStackTop (Results 1 – 2 of 2) sorted by relevance
5179 mach->CallStack[mach->CallStackTop].CondStackTop = mach->CondStackTop; in exec_instruction()5180 mach->CallStack[mach->CallStackTop].LoopStackTop = mach->LoopStackTop; in exec_instruction()5181 mach->CallStack[mach->CallStackTop].ContStackTop = mach->ContStackTop; in exec_instruction()5182 mach->CallStack[mach->CallStackTop].SwitchStackTop = mach->SwitchStackTop; in exec_instruction()5183 mach->CallStack[mach->CallStackTop].BreakStackTop = mach->BreakStackTop; in exec_instruction()5185 mach->CallStack[mach->CallStackTop].ReturnAddr = *pc; in exec_instruction()5187 mach->CallStackTop++; in exec_instruction()5220 if (mach->CallStackTop == 0) { in exec_instruction()5232 assert(mach->CallStackTop > 0); in exec_instruction()5233 mach->CallStackTop--; in exec_instruction()[all …]
387 int CallStackTop; member