Searched defs:co_stacksize (Results 1 – 3 of 3) sorted by relevance
41 int co_stacksize = self->co_stacksize; in code_replace() local
24 int co_stacksize; /* #entries needed for evaluation stack */ member
640 int co_nlocals, int co_stacksize, int co_flags, in code_replace_impl()