Searched refs:CallStackTop (Results 1 – 2 of 2) sorted by relevance
5258 mach->CallStack[mach->CallStackTop].CondStackTop = mach->CondStackTop; in exec_instruction()5259 mach->CallStack[mach->CallStackTop].LoopStackTop = mach->LoopStackTop; in exec_instruction()5260 mach->CallStack[mach->CallStackTop].ContStackTop = mach->ContStackTop; in exec_instruction()5261 mach->CallStack[mach->CallStackTop].SwitchStackTop = mach->SwitchStackTop; in exec_instruction()5262 mach->CallStack[mach->CallStackTop].BreakStackTop = mach->BreakStackTop; in exec_instruction()5264 mach->CallStack[mach->CallStackTop].ReturnAddr = *pc; in exec_instruction()5266 mach->CallStackTop++; in exec_instruction()5299 if (mach->CallStackTop == 0) { in exec_instruction()5311 assert(mach->CallStackTop > 0); in exec_instruction()5312 mach->CallStackTop--; in exec_instruction()[all …]
387 int CallStackTop; member