Lines Matching full:current_states
39 static exec_stack current_states;
286 current_states.sp--;
354 dst->sp = current_states.sp;
356 dst->entry[i] = current_states.entry[i];
363 current_states.sp = dst->sp;
365 current_states.entry[i] = dst->entry[i];
373 Int sp = current_states.sp;
377 es = current_states.entry[sp];
391 current_states.sp++;
392 sp = current_states.sp;
396 es = current_states.entry[sp];
399 current_states.entry[sp] = es;