Home
last modified time | relevance | path

Searched refs:OP_TFORLOOP (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h200 OP_TFORLOOP,/* A C R(A+3), ... ,R(A+2+C) := R(A)(R(A+1), R(A+2)); enumerator
H A Dldebug.c406 case OP_TFORLOOP: { in symbexec()
551 GET_OPCODE(i) == OP_TFORLOOP) in getfuncname()
H A Dlvm.c681 case OP_TFORLOOP: { in luaV_execute()
H A Dlparser.c1061 luaK_codeABC(fs, OP_TFORLOOP, base, 0, nvars); in forbody()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h217 OP_TFORLOOP,/* A sBx if R(A+1) ~= nil then { R(A)=R(A+1); pc += sBx }*/ enumerator
H A Dlvm.c524 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_TFORLOOP); in luaV_finishOp()
865 lua_assert(GET_OPCODE(i) == OP_TFORLOOP); in luaV_execute()
868 vmcase(OP_TFORLOOP, in luaV_execute()
H A Dlparser.c1306 endfor = luaK_codeAsBx(fs, OP_TFORLOOP, base + 2, NO_JUMP); in forbody()