Lines Matching defs:items
151 struct stack_item items[STACK_FRAGMENT_SIZE];
228 return stack->last->items + stack->index;
260 stack->last->items[stack->index].type = type;
261 stack->last->items[stack->index].value = value;
292 static int stack_push_copy(struct stack *stack, int items, int length)
300 SLJIT_ASSERT(stack->count >= length && items <= length && items > 0);
303 counter = items;
328 frag2->items[ind2--] = frag1->items[ind1--];
343 stack->count += items;
988 /* Go through the items of the stack and generate the necessary branches and jumps (edges of DFA). */