Searched refs:newstack (Results 1 – 4 of 4) sorted by relevance
66 final OperandStack newstack = new OperandStack(this.maxStack); in clone() local69 newstack.stack = clone; in clone()70 return newstack; in clone()
475 uptr *newstack = (uptr*)internal_alloc(MBlockShadowStack, in GrowShadowStack() local477 internal_memcpy(newstack, thr->shadow_stack, sz * sizeof(uptr)); in GrowShadowStack()479 thr->shadow_stack = newstack; in GrowShadowStack()480 thr->shadow_stack_pos = newstack + sz; in GrowShadowStack()481 thr->shadow_stack_end = newstack + newsz; in GrowShadowStack()
362 int newstack = fs->freereg + n; in luaK_checkstack() local363 if (newstack > fs->f->maxstacksize) { in luaK_checkstack()364 if (newstack >= MAXREGS) in luaK_checkstack()367 fs->f->maxstacksize = cast_byte(newstack); in luaK_checkstack()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...