Searched refs:luaK_getlabel (Results 1 – 6 of 6) sorted by relevance
75 LUAI_FUNC int luaK_getlabel (FuncState *fs);
95 int luaK_getlabel (FuncState *fs) { in luaK_getlabel() function194 luaK_getlabel(fs); in luaK_patchtohere()417 luaK_getlabel(fs); /* those instructions may be jump targets */ in code_label()483 final = luaK_getlabel(fs); in exp2reg()
1243 whileinit = luaK_getlabel(fs); in whilestat()1259 int repeat_init = luaK_getlabel(fs); in repeatstat()
92 LUAI_FUNC int luaK_getlabel (FuncState *fs);
232 int luaK_getlabel (FuncState *fs) { in luaK_getlabel() function313 int hr = luaK_getlabel(fs); /* mark "here" as a jump target */ in luaK_patchtohere()896 luaK_getlabel(fs); /* those instructions may be jump targets */ in code_loadbool()936 final = luaK_getlabel(fs); in exp2reg()
612 int l = newlabelentry(ls, ll, name, line, luaK_getlabel(fs)); in createlabel()1475 whileinit = luaK_getlabel(fs); in whilestat()1491 int repeat_init = luaK_getlabel(fs); in repeatstat()1558 fixforjump(fs, prep, luaK_getlabel(fs), 0); in forbody()