Searched refs:CallStackTop (Results 1 – 2 of 2) sorted by relevance
5495 mach->CallStack[mach->CallStackTop].CondStackTop = mach->CondStackTop; in exec_instruction()5496 mach->CallStack[mach->CallStackTop].LoopStackTop = mach->LoopStackTop; in exec_instruction()5497 mach->CallStack[mach->CallStackTop].ContStackTop = mach->ContStackTop; in exec_instruction()5498 mach->CallStack[mach->CallStackTop].SwitchStackTop = mach->SwitchStackTop; in exec_instruction()5499 mach->CallStack[mach->CallStackTop].BreakStackTop = mach->BreakStackTop; in exec_instruction()5501 mach->CallStack[mach->CallStackTop].ReturnAddr = *pc; in exec_instruction()5503 mach->CallStackTop++; in exec_instruction()5536 if (mach->CallStackTop == 0) { in exec_instruction()5548 assert(mach->CallStackTop > 0); in exec_instruction()5549 mach->CallStackTop--; in exec_instruction()[all …]
430 int CallStackTop; member