Lines Matching refs:Instruction
36 Instruction *previous; in luaK_nil()
81 Instruction *jmp = &fs->f->code[pc]; in fixjump()
109 static Instruction *getjumpcontrol (FuncState *fs, int pc) { in getjumpcontrol()
110 Instruction *pi = &fs->f->code[pc]; in getjumpcontrol()
124 Instruction i = *getjumpcontrol(fs, list); in need_value()
132 Instruction *i = getjumpcontrol(fs, node); in patchtestreg()
363 Instruction *pc = &getcode(fs, e); in discharge2reg()
517 Instruction *pc = getjumpcontrol(fs, e->u.s.info); in invertjump()
526 Instruction ie = getcode(fs, e); in jumponcond()
789 static int luaK_code (FuncState *fs, Instruction i, int line) { in luaK_code()
793 luaM_growvector(fs->L, f->code, fs->pc, f->sizecode, Instruction, in luaK_code()
827 luaK_code(fs, cast(Instruction, c), fs->ls->lastline); in luaK_setlist()