Searched refs:OP_TAILCALL (Results 1 – 10 of 10) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ldebug.c | 293 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 D | lopcodes.h | 193 OP_TAILCALL,/* A B C return R(A)(R(A+1), ... ,R(A+B-1)) */ enumerator
|
| H A D | ldo.c | 398 GET_OPCODE(*((ci-1)->savedpc - 1)) == OP_TAILCALL); in resume()
|
| H A D | lvm.c | 607 case OP_TAILCALL: { in luaV_execute()
|
| H A D | lparser.c | 1251 SET_OPCODE(getcode(fs,&e), OP_TAILCALL); in retstat()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 209 OP_TAILCALL,/* A B C return R(A)(R(A+1), ... ,R(A+B-1)) */ enumerator
|
| H A D | ldebug.c | 375 case OP_TAILCALL: { in findsetreg() 466 case OP_TAILCALL: /* get function name */ in getfuncname()
|
| H A D | lvm.c | 533 case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE: in luaV_finishOp() 787 vmcase(OP_TAILCALL, in luaV_execute()
|
| H A D | ldo.c | 318 GET_OPCODE(*(ci->previous->u.l.savedpc - 1)) == OP_TAILCALL) { in callhook()
|
| H A D | lparser.c | 1513 SET_OPCODE(getcode(fs,&e), OP_TAILCALL); in retstat()
|