Searched refs:luaV_execute (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlvm.h39 LUAI_FUNC void luaV_execute (lua_State *L);
H A Dldo.c476 luaV_execute(L); /* call it */
516 luaV_execute(L); /* execute down to higher C 'boundary' */
581 luaV_execute(L); /* call it */
589 luaV_execute(L); /* just continue running Lua code */
H A Dlvm.c542 ** some macros for common tasks in `luaV_execute'
595 void luaV_execute (lua_State *L) { function
784 goto newframe; /* restart luaV_execute over new Lua function */
813 goto newframe; /* restart luaV_execute over new Lua function */
828 goto newframe; /* restart luaV_execute over new Lua function */
/freebsd-13-stable/contrib/lua/src/
H A Dlvm.h126 LUAI_FUNC void luaV_execute (lua_State *L, CallInfo *ci);
H A Dldo.c175 ci->u.l.trap = 1; /* signal to update 'trap' in 'luaV_execute' */
548 luaV_execute(L, ci); /* call it */
613 luaV_execute(L, ci); /* execute down to higher C 'boundary' */
687 luaV_execute(L, ci); /* just continue running Lua code */
H A Dlvm.c870 ** Macros for arithmetic/bitwise/comparison opcodes in 'luaV_execute'
1033 ** Function 'luaV_execute': main interpreter loop
1038 ** some macros for common tasks in 'luaV_execute'
1129 void luaV_execute (lua_State *L, CallInfo *ci) { function
1626 ci->callstatus = 0; /* call re-uses 'luaV_execute' */

Completed in 130 milliseconds