Home
last modified time | relevance | path

Searched refs:jpc (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlparser.h104 int jpc; /* list of pending jumps to `pc' */ member
Dlcode.c60 int jpc = fs->jpc; /* save list of jumps to here */ in luaK_jump() local
62 fs->jpc = NO_JUMP; in luaK_jump()
64 luaK_concat(fs, &j, jpc); /* keep them on hold */ in luaK_jump()
164 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc); in dischargejpc()
165 fs->jpc = NO_JUMP; in dischargejpc()
194 luaK_concat(fs, &fs->jpc, list); in luaK_patchtohere()
Dlparser.c535 fs->jpc = NO_JUMP; in open_func()