Searched refs:STKDEPTH (Results 1 – 1 of 1) sorted by relevance
51 #define STKDEPTH(s) ((s)->sp - (s)->base) macro77 if (popCells > STKDEPTH(pStack)) in vmCheckStack()96 if (popCells > STKDEPTH(fStack)) in vmCheckFStack()150 return STKDEPTH(pStack); in stackDepth()