Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dlvm.h38 LUAI_FUNC void luaV_execute (lua_State *L);
H A Dldo.c490 luaV_execute(L); /* call it */ in luaD_call()
530 luaV_execute(L); /* execute down to higher C 'boundary' */ in unroll()
595 luaV_execute(L); /* call it */ in resume_cb()
603 luaV_execute(L); /* just continue running Lua code */ in resume_cb()
H A Dlvm.c594 void luaV_execute (lua_State *L) { in luaV_execute() function
/freebsd-14.2/contrib/lua/src/
H A Dlvm.h133 LUAI_FUNC void luaV_execute (lua_State *L, CallInfo *ci);
H A Dldo.c637 luaV_execute(L, ci); /* call it */ in ccall()
744 luaV_execute(L, ci); /* execute down to higher C 'boundary' */ in unroll()
796 luaV_execute(L, ci); /* just continue running Lua code */ in resume()
H A Dlvm.c1150 void luaV_execute (lua_State *L, CallInfo *ci) { in luaV_execute() function