Searched refs:CallStackTop (Results 1 – 2 of 2) sorted by relevance
5274 mach->CallStack[mach->CallStackTop].CondStackTop = mach->CondStackTop; in exec_instruction()5275 mach->CallStack[mach->CallStackTop].LoopStackTop = mach->LoopStackTop; in exec_instruction()5276 mach->CallStack[mach->CallStackTop].ContStackTop = mach->ContStackTop; in exec_instruction()5277 mach->CallStack[mach->CallStackTop].SwitchStackTop = mach->SwitchStackTop; in exec_instruction()5278 mach->CallStack[mach->CallStackTop].BreakStackTop = mach->BreakStackTop; in exec_instruction()5280 mach->CallStack[mach->CallStackTop].ReturnAddr = *pc; in exec_instruction()5282 mach->CallStackTop++; in exec_instruction()5315 if (mach->CallStackTop == 0) { in exec_instruction()5327 assert(mach->CallStackTop > 0); in exec_instruction()5328 mach->CallStackTop--; in exec_instruction()[all …]
440 int CallStackTop; member