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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lopcodes.h 173 OP_LOADNIL,/* A B R(A), R(A+1), ..., R(A+B) := nil */
lcode.c 42 if (GET_OPCODE(*previous) == OP_LOADNIL) {
55 luaK_codeABC(fs, OP_LOADNIL, from, n - 1, 0); /* else no optimization */
ldebug.c 341 case OP_LOADNIL: {
lvm.c 574 vmcase(OP_LOADNIL,

Completed in 111 milliseconds