Searched refs:luaK_code (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lcode.h | 62 LUAI_FUNC int luaK_code (FuncState *fs, Instruction i);
|
D | lcode.c | 390 int luaK_code (FuncState *fs, Instruction i) { in luaK_code() function 409 return luaK_code(fs, CREATE_ABCk(o, a, b, c, k)); in luaK_codeABCk() 419 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx() 430 return luaK_code(fs, CREATE_ABx(o, a, b)); in luaK_codeAsBx() 441 return luaK_code(fs, CREATE_sJ(o, j, k)); in codesJ() 450 return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a)); in codeextraarg()
|
D | lparser.c | 922 luaK_code(fs, 0); /* space for extra arg. */ in constructor()
|