Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.c387 case OP_GETUPVAL: in symbexec()
457 check(op1 == OP_GETUPVAL || op1 == OP_MOVE); in symbexec()
527 case OP_GETUPVAL: { in getobjname()
H A Dlopcodes.h158 OP_GETUPVAL,/* A B R(A) := UpValue[B] */ enumerator
H A Dprint.c110 case OP_GETUPVAL: in PrintCode()
H A Dlvm.c427 case OP_GETUPVAL: { in luaV_execute()
732 if (GET_OPCODE(*pc) == OP_GETUPVAL) in luaV_execute()
H A Dlcode.c311 e->u.s.info = luaK_codeABC(fs, OP_GETUPVAL, 0, e->u.s.info, 0); in luaK_dischargevars()
H A Dlparser.c322 OpCode o = (func->upvalues[i].k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in pushclosure()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h175 OP_GETUPVAL,/* A B R(A) := UpValue[B] */ enumerator
H A Dldebug.c433 case OP_GETUPVAL: { in getobjname()
H A Dlcode.c388 e->u.info = luaK_codeABC(fs, OP_GETUPVAL, 0, e->u.info, 0); in luaK_dischargevars()
H A Dlvm.c641 vmcase(OP_GETUPVAL, in luaV_execute()
H A Dlparser.c1133 OpCode op = (v->k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in check_conflict()