Searched defs:jpc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlparser.h104 int jpc; /* list of pending jumps to `pc' */ member in struct:FuncState
H A Dlcode.c60 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 129 milliseconds