Searched refs:OP_FORLOOP (Results 1 – 8 of 8) sorted by relevance
196 OP_FORLOOP,/* A sBx R(A)+=R(A+2); enumerator
140 case OP_FORLOOP: in PrintCode()
412 case OP_FORLOOP: in symbexec()
654 case OP_FORLOOP: { in luaV_execute()
1060 endfor = (isnum) ? luaK_codeAsBx(fs, OP_FORLOOP, base, NO_JUMP) : in forbody()
212 OP_FORLOOP,/* A sBx R(A)+=R(A+2); enumerator
831 vmcase(OP_FORLOOP, in luaV_execute()
1302 endfor = luaK_codeAsBx(fs, OP_FORLOOP, base, NO_JUMP); in forbody()