Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dlcode.c110 static Instruction *getjumpcontrol (FuncState *fs, int pc) { in getjumpcontrol() function
125 Instruction i = *getjumpcontrol(fs, list); in need_value()
133 Instruction *i = getjumpcontrol(fs, node); in patchtestreg()
600 Instruction *pc = getjumpcontrol(fs, e->u.info); in invertjump()
/freebsd-14.2/contrib/lua/src/
H A Dlcode.c243 static Instruction *getjumpcontrol (FuncState *fs, int pc) { in getjumpcontrol() function
260 Instruction *i = getjumpcontrol(fs, node); in patchtestreg()
907 Instruction i = *getjumpcontrol(fs, list); in need_value()
1109 Instruction *pc = getjumpcontrol(fs, e->u.info); in negatecondition()