Lines Matching full:current_states
39 static exec_stack current_states;
288 current_states.sp--;
356 dst->sp = current_states.sp;
358 dst->entry[i] = current_states.entry[i];
365 current_states.sp = dst->sp;
367 current_states.entry[i] = dst->entry[i];
375 Int sp = current_states.sp;
379 es = current_states.entry[sp];
393 current_states.sp++;
394 sp = current_states.sp;
398 es = current_states.entry[sp];
401 current_states.entry[sp] = es;