Home
last modified time | relevance | path

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

/aosp_15_r20/external/lua/src/
H A Dltable.h43 LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
H A Dlapi.c645 if (luaV_fastget(L, t, s2v(L->top - 1), slot, luaH_get)) { in lua_gettable()
704 val = luaH_get(t, s2v(L->top - 1)); in lua_rawget()
724 return finishrawget(L, luaH_get(t, &k)); in lua_rawgetp()
827 if (luaV_fastget(L, t, s2v(L->top - 2), slot, luaH_get)) { in lua_settable()
H A Dltable.c741 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get() function
763 const TValue *p = luaH_get(t, key); in luaH_set()
H A Dlvm.c313 if (luaV_fastget(L, t, key, slot, luaH_get)) { /* fast track? */ in luaV_finishget()
361 if (luaV_fastget(L, t, key, slot, luaH_get)) { in luaV_finishset()
1233 : luaV_fastget(L, rb, rc, slot, luaH_get)) { in luaV_execute()
1286 : luaV_fastget(L, s2v(ra), rb, slot, luaH_get)) { in luaV_execute()