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