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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlopcodes.h208 OP_TAILCALL,/* A B C return R(A)(R(A+1), ... ,R(A+B-1)) */ enumerator in enum:__anon5395
H A Dldebug.c375 case OP_TAILCALL: {
466 case OP_TAILCALL: /* get function name */
H A Dlvm.c532 case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE:
786 vmcase(OP_TAILCALL,
H A Dldo.c258 GET_OPCODE(*(ci->previous->u.l.savedpc - 1)) == OP_TAILCALL) {
H A Dlparser.c1507 SET_OPCODE(getcode(fs,&e), OP_TAILCALL); local
/freebsd-11-stable/contrib/lua/src/
H A Dlopcodes.h217 OP_TAILCALL,/* A B C return R(A)(R(A+1), ... ,R(A+B-1)) */ enumerator in enum:__anon3420
H A Dldebug.c406 case OP_TAILCALL: {
503 case OP_TAILCALL:
H A Dlvm.c707 case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE:
1145 vmcase(OP_TAILCALL) {
H A Dldo.c284 GET_OPCODE(*(ci->previous->u.l.savedpc - 1)) == OP_TAILCALL) {
H A Dlparser.c1516 SET_OPCODE(getinstruction(fs,&e), OP_TAILCALL); local

Completed in 79 milliseconds