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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lopcodes.h 218 OP_SETLIST,/* A B C R(A)[(C-1)*FPF+i] := R(A+i), 1 <= i <= B */
236 OP_SETLIST) may use `top'.
243 (*) In OP_SETLIST, if (B == 0) then B = `top'; if (C == 0) then next
luac.c 362 case OP_SETLIST:
lcode.c 872 luaK_codeABC(fs, OP_SETLIST, base, b, c);
874 luaK_codeABC(fs, OP_SETLIST, base, b, 0);
lvm.c 811 vmcase(OP_SETLIST,

Completed in 80 milliseconds