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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lopcodes.h 220 OP_CLOSURE,/* A Bx R(A) := closure(KPROTO[Bx]) */
luac.c 359 case OP_CLOSURE:
lvm.c 833 vmcase(OP_CLOSURE,
lparser.c 516 ** The OP_CLOSURE instruction must use the last available register,
522 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1));
    [all...]

Completed in 139 milliseconds