HomeSort by relevance Sort by last modified time
    Searched refs:luaK_codeABx (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lcode.h 41 #define luaK_codeAsBx(fs,o,A,sBx) luaK_codeABx(fs,o,A,(sBx)+MAXARG_sBx)
47 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx);
lcode.c 236 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) {
252 return luaK_codeABx(fs, OP_LOADK, reg, k);
254 int p = luaK_codeABx(fs, OP_LOADKX, reg, 0);
lparser.c 522 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1));
    [all...]

Completed in 67 milliseconds