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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lopcodes.h 170 OP_LOADK,/* A Bx R(A) := Kst(Bx) */
ldebug.c 410 case OP_LOADK:
412 int b = (op == OP_LOADK) ? GETARG_Bx(i)
luac.c 316 case OP_LOADK:
lcode.c 252 return luaK_codeABx(fs, OP_LOADK, reg, k);
lvm.c 560 vmcase(OP_LOADK,

Completed in 1133 milliseconds