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

/freebsd-13-stable/contrib/lua/src/
H A Dlvm.h83 #define luaV_fastget(L,t,k,slot,f) \ macro
91 ** Special case of 'luaV_fastget' for integers, inlining the fast case
H A Dlvm.c320 if (luaV_fastget(L, t, key, slot, luaH_get)) { /* fast track? */
335 ** 'luaV_fastget' would have done the job.)
368 if (luaV_fastget(L, t, key, slot, luaH_get)) {
1225 if (luaV_fastget(L, upval, key, slot, luaH_getshortstr)) {
1239 : luaV_fastget(L, rb, rc, slot, luaH_get)) {
1265 if (luaV_fastget(L, rb, key, slot, luaH_getshortstr)) {
1278 if (luaV_fastget(L, upval, key, slot, luaH_getshortstr)) {
1292 : luaV_fastget(L, s2v(ra), rb, slot, luaH_get)) {
1318 if (luaV_fastget(L, s2v(ra), key, slot, luaH_getshortstr)) {
1349 if (luaV_fastget(
[all...]
H A Dlapi.c618 if (luaV_fastget(L, t, str, slot, luaH_getstr)) {
645 if (luaV_fastget(L, t, s2v(L->top - 1), slot, luaH_get)) {
799 if (luaV_fastget(L, t, str, slot, luaH_getstr)) {
827 if (luaV_fastget(L, t, s2v(L->top - 2), slot, luaH_get)) {

Completed in 122 milliseconds