Home
last modified time | relevance | path

Searched refs:stackSize (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dttobjs.c271 exec->stackSize = 0; in Context_Destroy()
307 Int callSize, stackSize; in Context_Create() local
312 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()
H A Dttobjs.h643 Int stackSize; /* size of exec. stack */ member
H A Dttinterp.c2386 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()