Home
last modified time | relevance | path

Searched refs:luaK_getlabel (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlcode.h92 LUAI_FUNC int luaK_getlabel (FuncState *fs);
Dlcode.c231 int luaK_getlabel (FuncState *fs) { in luaK_getlabel() function
312 int hr = luaK_getlabel(fs); /* mark "here" as a jump target */ in luaK_patchtohere()
875 luaK_getlabel(fs); /* those instructions may be jump targets */ in code_loadbool()
915 final = luaK_getlabel(fs); in exp2reg()
Dlparser.c602 int l = newlabelentry(ls, ll, name, line, luaK_getlabel(fs)); in createlabel()
1465 whileinit = luaK_getlabel(fs); in whilestat()
1481 int repeat_init = luaK_getlabel(fs); in repeatstat()
1548 fixforjump(fs, prep, luaK_getlabel(fs), 0); in forbody()