HomeSort by relevance Sort by last modified time
    Searched defs:jpc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lparser.h 104 int jpc; /* list of pending jumps to `pc' */ member in struct:FuncState
lcode.c 60 int jpc = fs->jpc; /* save list of jumps to here */ local
62 fs->jpc = NO_JUMP;
64 luaK_concat(fs, &j, jpc); /* keep them on hold */
164 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc);
165 fs->jpc = NO_JUMP;
194 luaK_concat(fs, &fs->jpc, list);

Completed in 258 milliseconds