Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlvm.c379 static Closure *getcached (Proto *p, UpVal **encup, StkId base) { in getcached() function
835 Closure *ncl = getcached(p, cl->upvals, base); /* cached closure */ in luaV_execute()