Lines Matching refs:Instruction
37 Instruction *previous; in luaK_nil()
80 Instruction *jmp = &fs->f->code[pc]; in fixjump()
108 static Instruction *getjumpcontrol (FuncState *fs, int pc) { in getjumpcontrol()
109 Instruction *pi = &fs->f->code[pc]; in getjumpcontrol()
123 Instruction i = *getjumpcontrol(fs, list); in need_value()
131 Instruction *i = getjumpcontrol(fs, node); in patchtestreg()
211 static int luaK_code (FuncState *fs, Instruction i) { in luaK_code()
215 luaM_growvector(fs->ls->L, f->code, fs->pc, f->sizecode, Instruction, in luaK_code()
440 Instruction *pc = &getcode(fs, e); in discharge2reg()
598 Instruction *pc = getjumpcontrol(fs, e->u.info); in invertjump()
607 Instruction ie = getcode(fs, e); in jumponcond()