Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/lua/
H A Dlcode.c111 static Instruction *getjumpcontrol (FuncState *fs, int pc) { in getjumpcontrol() function
126 Instruction i = *getjumpcontrol(fs, list); in need_value()
134 Instruction *i = getjumpcontrol(fs, node); in patchtestreg()
601 Instruction *pc = getjumpcontrol(fs, e->u.info); in invertjump()
/src/contrib/lua/src/
H A Dlcode.c244 static Instruction *getjumpcontrol (FuncState *fs, int pc) { in getjumpcontrol() function
261 Instruction *i = getjumpcontrol(fs, node); in patchtestreg()
909 Instruction i = *getjumpcontrol(fs, list); in need_value()
1111 Instruction *pc = getjumpcontrol(fs, e->u.info); in negatecondition()