Home
last modified time | relevance | path

Searched refs:getinstruction (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlcode.h55 #define getinstruction(fs,e) ((fs)->f->code[(e)->u.info]) macro
Dlcode.c709 Instruction *pc = &getinstruction(fs, e); in luaK_setreturns()
744 lua_assert(GETARG_C(getinstruction(fs, e)) == 2); in luaK_setoneret()
746 e->u.info = GETARG_A(getinstruction(fs, e)); in luaK_setoneret()
749 SETARG_C(getinstruction(fs, e), 2); in luaK_setoneret()
843 Instruction *pc = &getinstruction(fs, e); in discharge2reg()
1100 Instruction ie = getinstruction(fs, e); in jumponcond()
Dlparser.c1836 inst = &getinstruction(fs, &v.v); in exprstat()
1855 SET_OPCODE(getinstruction(fs,&e), OP_TAILCALL); in retstat()
1856 lua_assert(GETARG_A(getinstruction(fs,&e)) == luaY_nvarstack(fs)); in retstat()