Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlfunc.c39 UpVal *luaF_newupval (lua_State *L) { in luaF_newupval()
40 UpVal *uv = &luaC_newobj(L, LUA_TUPVAL, sizeof(UpVal), NULL, 0)->uv; in luaF_newupval()
47 UpVal *luaF_findupval (lua_State *L, StkId level) { in luaF_findupval()
50 UpVal *p; in luaF_findupval()
51 UpVal *uv; in luaF_findupval()
64 uv = &luaC_newobj(L, LUA_TUPVAL, sizeof(UpVal), pp, 0)->uv; in luaF_findupval()
75 static void unlinkupval (UpVal *uv) { in unlinkupval()
82 void luaF_freeupval (lua_State *L, UpVal *uv) { in luaF_freeupval()
90 UpVal *uv; in luaF_close()
Dlfunc.h24 LUAI_FUNC UpVal *luaF_newupval (lua_State *L);
25 LUAI_FUNC UpVal *luaF_findupval (lua_State *L, StkId level);
28 LUAI_FUNC void luaF_freeupval (lua_State *L, UpVal *uv);
Dlobject.h496 typedef struct UpVal { struct
502 struct UpVal *prev; argument
503 struct UpVal *next;
506 } UpVal; argument
526 UpVal *upvals[1]; /* list of upvalues */
Dlstate.h137 UpVal uvhead; /* head of double-linked list of all open upvalues */
192 struct UpVal uv;
Dlgc.c190 void luaC_checkupvalcolor (global_State *g, UpVal *uv) { in luaC_checkupvalcolor()
260 UpVal *uv = gco2uv(o); in reallymarkobject()
264 size = sizeof(UpVal); in reallymarkobject()
325 UpVal *uv; in remarkupvals()
Dlgc.h154 LUAI_FUNC void luaC_checkupvalcolor (global_State *g, UpVal *uv);
Dlvm.c402 static Closure *getcached (Proto *p, UpVal **encup, StkId base) { in getcached()
424 static void pushclosure (lua_State *L, Proto *p, UpVal **encup, StkId base, in pushclosure()
619 UpVal *uv = cl->upvals[GETARG_B(i)]; in luaV_execute()
Dlapi.c1246 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { in getupvalref()
1279 UpVal **up1 = getupvalref(L, fidx1, n1, &f1); in lua_upvaluejoin()
1280 UpVal **up2 = getupvalref(L, fidx2, n2, NULL); in lua_upvaluejoin()
Dldo.c655 UpVal *up = luaF_newupval(L); in f_parser()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dcoalescer-cross.ll19 %struct.UpVal = type { %struct.GCObject*, i8, i8, %struct.TValue*, %0 }
21 …2, i32 (%struct.lua_State*)*, %struct.TValue, %struct.lua_State*, %struct.UpVal, [9 x %struct.Tabl…
/external/llvm/test/CodeGen/X86/
Dcoalescer-cross.ll19 %struct.UpVal = type { %struct.GCObject*, i8, i8, %struct.TValue*, %0 }
21 …2, i32 (%struct.lua_State*)*, %struct.TValue, %struct.lua_State*, %struct.UpVal, [9 x %struct.Tabl…
/external/llvm/test/CodeGen/PowerPC/
Dbdzlr.ll10 ….14.689*)*, %struct.lua_TValue.17.692, %struct.lua_State.14.689*, %struct.UpVal.3.678, [9 x %struc…
13 %struct.UpVal.3.678 = type { %union.GCObject.15.690*, i8, i8, %struct.lua_TValue.17.692*, %union.an…