Home
last modified time | relevance | path

Searched refs:OP_SETTABLE (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
Dlopcodes.h181 OP_SETTABLE,/* A B C R(A)[RK(B)] := RK(C) */ enumerator
Dlvm.c532 case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE: in luaV_finishOp()
660 vmcase(OP_SETTABLE, in luaV_execute()
Dldebug.c477 case OP_SETTABLE: tm = TM_NEWINDEX; break; in getfuncname()
Dlcode.c570 OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP; in luaK_storevar()
Dlparser.c667 luaK_codeABC(fs, OP_SETTABLE, cc->t->u.info, rkkey, luaK_exp2RK(fs, &val)); in recfield()
/freebsd-12-stable/contrib/lua/src/
Dlopcodes.h183 OP_SETTABLE,/* A B C R(A)[RK(B)] := RK(C) */ enumerator
Dluac.c347 case OP_SETTABLE: in PrintCode()
Dlvm.c707 case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE: in luaV_finishOp()
861 vmcase(OP_SETTABLE) { in luaV_execute()
Dldebug.c514 case OP_SETTABUP: case OP_SETTABLE: in funcnamefromcode()
Dlcode.c795 OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP; in luaK_storevar()
Dlparser.c663 luaK_codeABC(fs, OP_SETTABLE, cc->t->u.info, rkkey, luaK_exp2RK(fs, &val)); in recfield()