Searched refs:OP_JMP (Results 1 – 5 of 5) sorted by relevance
199 OP_JMP,/* A sBx pc+=sBx; if (A) close all upvalues >= R(A) + 1 */ enumerator
353 case OP_JMP: in PrintCode()
63 j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP); in luaK_jump()183 lua_assert(GET_OPCODE(fs->f->code[list]) == OP_JMP && in luaK_patchclose()
443 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP); in luaV_finishOp()665 vmcase(OP_JMP, in luaV_execute()
356 case OP_JMP: { in findsetreg()