Searched refs:OP_TFORLOOP (Results 1 - 8 of 8) sorted by relevance

/external/skia/third_party/lua/src/
H A Dlopcodes.h216 OP_TFORLOOP,/* A sBx if R(A+1) ~= nil then { R(A)=R(A+1); pc += sBx }*/ enumerator in enum:__anon18554
H A Dlvm.c463 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_TFORLOOP);
801 lua_assert(GET_OPCODE(i) == OP_TFORLOOP);
804 vmcase(OP_TFORLOOP,
H A Dluac.c356 case OP_TFORLOOP:
H A Dlparser.c1302 endfor = luaK_codeAsBx(fs, OP_TFORLOOP, base + 2, NO_JUMP);
/external/syslinux/com32/lua/src/
H A Dlopcodes.h216 OP_TFORLOOP,/* A sBx if R(A+1) ~= nil then { R(A)=R(A+1); pc += sBx }*/ enumerator in enum:__anon20937
H A Dlvm.c486 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_TFORLOOP);
824 lua_assert(GET_OPCODE(i) == OP_TFORLOOP);
827 vmcase(OP_TFORLOOP,
H A Dluac.c356 case OP_TFORLOOP:
H A Dlparser.c1302 endfor = luaK_codeAsBx(fs, OP_TFORLOOP, base + 2, NO_JUMP);

Completed in 147 milliseconds