Home
last modified time | relevance | path

Searched refs:getjumpcontrol (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlcode.c109 static Instruction *getjumpcontrol (FuncState *fs, int pc) { in getjumpcontrol() function
124 Instruction i = *getjumpcontrol(fs, list); in need_value()
132 Instruction *i = getjumpcontrol(fs, node); in patchtestreg()
517 Instruction *pc = getjumpcontrol(fs, e->u.s.info); in invertjump()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcode.c107 static Instruction *getjumpcontrol (FuncState *fs, int pc) { in getjumpcontrol() function
122 Instruction i = *getjumpcontrol(fs, list); in need_value()
130 Instruction *i = getjumpcontrol(fs, node); in patchtestreg()
597 Instruction *pc = getjumpcontrol(fs, e->u.info); in invertjump()