Lines Matching refs:stack_fragment
145 struct stack_fragment *next;
146 struct stack_fragment *prev;
149 struct stack_fragment { struct
155 struct stack_fragment *first; argument
156 struct stack_fragment *last;
165 struct stack_fragment *curr; in stack_check()
211 struct stack_fragment *curr = stack->first; in stack_destroy()
212 struct stack_fragment *prev; in stack_destroy()
238 …stack->last->data.next = (struct stack_fragment*)SLJIT_MALLOC(sizeof(struct stack_fragment), NULL); in stack_push()
248 stack->last = (struct stack_fragment*)SLJIT_MALLOC(sizeof(struct stack_fragment), NULL); in stack_push()
294 struct stack_fragment *frag1; in stack_push_copy()
296 struct stack_fragment *frag2; in stack_push_copy()
311 …stack->last->data.next = (struct stack_fragment*)SLJIT_MALLOC(sizeof(struct stack_fragment), NULL); in stack_push_copy()