Home
last modified time | relevance | path

Searched refs:luaC_condGC (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlgc.h122 #define luaC_condGC(L,c) \ macro
124 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);)
Dlvm.c514 Protect( luaC_condGC(L,{L->top = (c); /* limit of live values */ \