Searched refs:getinstruction (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lcode.h | 55 #define getinstruction(fs,e) ((fs)->f->code[(e)->u.info]) macro
|
D | lcode.c | 709 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()
|
D | lparser.c | 1836 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()
|