Searched refs:stackSize (Results 1 – 3 of 3) sorted by relevance
271 exec->stackSize = 0; in Context_Destroy()307 Int callSize, stackSize; in Context_Create() local312 stackSize = maxp->maxStackElements + 32; in Context_Create()320 ALLOC_ARRAY( exec->stack, exec->stackSize, stackSize, Long ) || in Context_Create()343 SETMAX(exec->stackSize, stackSize); in Context_Create()
643 Int stackSize; /* size of exec. stack */ member
2386 if ( BOUNDS( L, CUR.stackSize+1-CUR.top ) ) in Ins_NPUSHB()2412 if ( BOUNDS( L, CUR.stackSize+1-CUR.top ) ) in Ins_NPUSHW()2440 if ( BOUNDS( L, CUR.stackSize+1-CUR.top ) ) in Ins_PUSHB()2464 if ( BOUNDS( L, CUR.stackSize+1-CUR.top ) ) in Ins_PUSHW()5180 if ( CUR.new_top > CUR.stackSize ) in RunIns()