Home
last modified time | relevance | path

Searched refs:CIST_TAIL (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstate.h102 #define CIST_TAIL (1<<6) /* call was tail called */ macro
Dldebug.c241 ar->istailcall = (ci) ? ci->callstatus & CIST_TAIL : 0; in auxgetinfo()
246 if (ci && !(ci->callstatus & CIST_TAIL) && isLua(ci->previous)) in auxgetinfo()
Dldo.c249 ci->callstatus |= CIST_TAIL; in callhook()
Dlvm.c746 oci->callstatus |= CIST_TAIL; /* function was tail called */ in luaV_execute()