Searched refs:CallStackTop (Results 1 – 2 of 2) sorted by relevance
3733 mach->CallStack[mach->CallStackTop].CondStackTop = mach->CondStackTop; in exec_instruction()3734 mach->CallStack[mach->CallStackTop].LoopStackTop = mach->LoopStackTop; in exec_instruction()3735 mach->CallStack[mach->CallStackTop].ContStackTop = mach->ContStackTop; in exec_instruction()3736 mach->CallStack[mach->CallStackTop].SwitchStackTop = mach->SwitchStackTop; in exec_instruction()3737 mach->CallStack[mach->CallStackTop].BreakStackTop = mach->BreakStackTop; in exec_instruction()3739 mach->CallStack[mach->CallStackTop].ReturnAddr = *pc; in exec_instruction()3741 mach->CallStackTop++; in exec_instruction()3770 if (mach->CallStackTop == 0) { in exec_instruction()3778 assert(mach->CallStackTop > 0); in exec_instruction()3779 mach->CallStackTop--; in exec_instruction()[all …]
326 int CallStackTop; member