Searched refs:luaK_patchlist (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlcode.h45 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t)
71 LUAI_FUNC void luaK_patchlist (FuncState *fs, int list, int target);
H A Dlparser.c353 luaK_patchlist(fs, gt->pc, label->pc);
1267 luaK_patchlist(fs, condexit, repeat_init); /* close the loop */
1304 luaK_patchlist(fs, endfor, prep + 1);
H A Dlcode.c169 void luaK_patchlist (FuncState *fs, int list, int target) { function

Completed in 30 milliseconds