Home
last modified time | relevance | path

Searched refs:OP_TAILCALL (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.c293 case OP_TAILCALL: in luaG_checkopenop()
424 case OP_TAILCALL: { in symbexec()
550 if (GET_OPCODE(i) == OP_CALL || GET_OPCODE(i) == OP_TAILCALL || in getfuncname()
H A Dlopcodes.h193 OP_TAILCALL,/* A B C return R(A)(R(A+1), ... ,R(A+B-1)) */ enumerator
H A Dldo.c398 GET_OPCODE(*((ci-1)->savedpc - 1)) == OP_TAILCALL); in resume()
H A Dlvm.c607 case OP_TAILCALL: { in luaV_execute()
H A Dlparser.c1251 SET_OPCODE(getcode(fs,&e), OP_TAILCALL); in retstat()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h209 OP_TAILCALL,/* A B C return R(A)(R(A+1), ... ,R(A+B-1)) */ enumerator
H A Dldebug.c375 case OP_TAILCALL: { in findsetreg()
466 case OP_TAILCALL: /* get function name */ in getfuncname()
H A Dlvm.c533 case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE: in luaV_finishOp()
787 vmcase(OP_TAILCALL, in luaV_execute()
H A Dldo.c318 GET_OPCODE(*(ci->previous->u.l.savedpc - 1)) == OP_TAILCALL) { in callhook()
H A Dlparser.c1513 SET_OPCODE(getcode(fs,&e), OP_TAILCALL); in retstat()