Home
last modified time | relevance | path

Searched refs:OP_JMP (Results 1 – 5 of 5) sorted by relevance

/external/lua/src/
Dlopcodes.h208 OP_JMP,/* A sBx pc+=sBx; if (A) close all upvalues >= R(A - 1) */ enumerator
Dluac.c371 case OP_JMP: in PrintCode()
Dlcode.c140 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()
Dlvm.c678 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP); in luaV_finishOp()
1080 vmcase(OP_JMP) { in luaV_execute()
Dldebug.c411 case OP_JMP: { in findsetreg()