/external/lua/src/ |
D | lfunc.c | 48 UpVal *uv = luaM_new(L, UpVal); in luaF_initupvals() 57 UpVal *luaF_findupval (lua_State *L, StkId level) { in luaF_findupval() 58 UpVal **pp = &L->openupval; in luaF_findupval() 59 UpVal *p; in luaF_findupval() 60 UpVal *uv; in luaF_findupval() 69 uv = luaM_new(L, UpVal); in luaF_findupval() 84 UpVal *uv; in luaF_close()
|
D | lfunc.h | 35 struct UpVal { struct 40 UpVal *next; /* linked list */ argument 54 LUAI_FUNC UpVal *luaF_findupval (lua_State *L, StkId level); argument
|
D | lgc.h | 142 LUAI_FUNC void luaC_upvalbarrier_ (lua_State *L, UpVal *uv); 144 LUAI_FUNC void luaC_upvdeccount (lua_State *L, UpVal *uv);
|
D | lobject.h | 436 typedef struct UpVal UpVal; typedef 456 UpVal *upvals[1]; /* list of upvalues */
|
D | lgc.c | 185 void luaC_upvalbarrier_ (lua_State *L, UpVal *uv) { in luaC_upvalbarrier_() 320 UpVal *uv; in remarkupvals() 518 UpVal *uv = cl->upvals[i]; in traverseLclosure() 678 void luaC_upvdeccount (lua_State *L, UpVal *uv) { in luaC_upvdeccount() 689 UpVal *uv = cl->upvals[i]; in freeLclosure()
|
D | lapi.c | 1198 CClosure **owner, UpVal **uv) { in aux_upvalue() 1240 UpVal *uv = NULL; in lua_setupvalue() 1257 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { in getupvalref() 1290 UpVal **up1 = getupvalref(L, fidx1, n1, &f1); in lua_upvaluejoin() 1291 UpVal **up2 = getupvalref(L, fidx2, n2, NULL); in lua_upvaluejoin()
|
D | lstate.h | 188 UpVal *openupval; /* list of open upvalues in this stack */
|
D | lvm.c | 610 static LClosure *getcached (Proto *p, UpVal **encup, StkId base) { in getcached() 632 static void pushclosure (lua_State *L, Proto *p, UpVal **encup, StkId base, in pushclosure() 856 UpVal *uv = cl->upvals[GETARG_B(i)]; in luaV_execute()
|
D | ldo.c | 160 UpVal *up; in correctstack()
|
/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/swiftshader/third_party/llvm-7.0/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…
|
/external/swiftshader/third_party/llvm-7.0/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…
|