Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/lua/src/
H A Dlvm.c317 if (luaV_fastget(L, t, key, slot, luaH_get)) { /* fast track? */ in luaV_finishget()
362 if (luaV_fastget(L, t, key, slot, luaH_get)) { in luaV_finishset()
1261 if (luaV_fastget(L, upval, key, slot, luaH_getshortstr)) { in luaV_execute()
1276 : luaV_fastget(L, rb, rc, slot, luaH_get)) { in luaV_execute()
1304 if (luaV_fastget(L, rb, key, slot, luaH_getshortstr)) { in luaV_execute()
1317 if (luaV_fastget(L, upval, key, slot, luaH_getshortstr)) { in luaV_execute()
1332 : luaV_fastget(L, s2v(ra), rb, slot, luaH_get)) { in luaV_execute()
1360 if (luaV_fastget(L, s2v(ra), key, slot, luaH_getshortstr)) { in luaV_execute()
1393 if (luaV_fastget(L, rb, key, slot, luaH_getstr)) { in luaV_execute()
H A Dlvm.h85 #define luaV_fastget(L,t,k,slot,f) \ macro
H A Dlapi.c642 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxgetstr()
679 if (luaV_fastget(L, t, s2v(L->top.p - 1), slot, luaH_get)) { in lua_gettable()
833 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxsetstr()
861 if (luaV_fastget(L, t, s2v(L->top.p - 2), slot, luaH_get)) { in lua_settable()