Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlcode.h45 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t)
69 LUAI_FUNC int luaK_jump (FuncState *fs);
Dlcode.c59 int luaK_jump (FuncState *fs) { in luaK_jump() function
76 return luaK_jump(fs); in condjump()
477 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs); in exp2reg()
Dlparser.c477 int j = luaK_jump(fs); in leaveblock()
1290 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody()
1393 jf = luaK_jump(fs); in test_then_block()
1404 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()
1583 gotostat(ls, luaK_jump(ls->fs)); in statement()