Searched refs:UpVal (Results 1 – 12 of 12) sorted by relevance
/external/syslinux/com32/lua/src/ |
D | lfunc.c | 39 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()
|
D | lfunc.h | 24 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);
|
D | lobject.h | 496 typedef struct UpVal { struct 502 struct UpVal *prev; argument 503 struct UpVal *next; 506 } UpVal; argument 526 UpVal *upvals[1]; /* list of upvalues */
|
D | lstate.h | 137 UpVal uvhead; /* head of double-linked list of all open upvalues */ 192 struct UpVal uv;
|
D | lgc.c | 190 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()
|
D | lgc.h | 154 LUAI_FUNC void luaC_checkupvalcolor (global_State *g, UpVal *uv);
|
D | lvm.c | 402 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()
|
D | lapi.c | 1246 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()
|
D | ldo.c | 655 UpVal *up = luaF_newupval(L); in f_parser()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | coalescer-cross.ll | 19 %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/ |
D | coalescer-cross.ll | 19 %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/ |
D | bdzlr.ll | 10 ….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…
|