Home | History | Annotate | Download | only in Expression

Lines Matching full:last_idx

1748                 size_t last_idx = stack.size() - 1;
1749 Value old_top = stack[last_idx];
1750 stack[last_idx] = stack[last_idx - 1];
1751 stack[last_idx - 1] = stack[last_idx - 2];
1752 stack[last_idx - 2] = old_top;