Lines Matching refs:FuncState
40 static int codesJ (FuncState *fs, OpCode o, int sj, int k);
73 static TValue *const2val (FuncState *fs, const expdesc *e) { in const2val()
83 int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v) { in luaK_exp2const()
115 static Instruction *previousinstruction (FuncState *fs) { in previousinstruction()
130 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil()
153 static int getjump (FuncState *fs, int pc) { in getjump()
166 static void fixjump (FuncState *fs, int pc, int dest) { in fixjump()
180 void luaK_concat (FuncState *fs, int *l1, int l2) { in luaK_concat()
198 int luaK_jump (FuncState *fs) { in luaK_jump()
206 void luaK_ret (FuncState *fs, int first, int nret) { in luaK_ret()
221 static int condjump (FuncState *fs, OpCode op, int A, int B, int C, int k) { in condjump()
231 int luaK_getlabel (FuncState *fs) { in luaK_getlabel()
242 static Instruction *getjumpcontrol (FuncState *fs, int pc) { in getjumpcontrol()
258 static int patchtestreg (FuncState *fs, int node, int reg) { in patchtestreg()
276 static void removevalues (FuncState *fs, int list) { in removevalues()
287 static void patchlistaux (FuncState *fs, int list, int vtarget, int reg, in patchlistaux()
305 void luaK_patchlist (FuncState *fs, int list, int target) { in luaK_patchlist()
311 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere()
337 static void savelineinfo (FuncState *fs, Proto *f, int line) { in savelineinfo()
361 static void removelastlineinfo (FuncState *fs) { in removelastlineinfo()
380 static void removelastinstruction (FuncState *fs) { in removelastinstruction()
390 int luaK_code (FuncState *fs, Instruction i) { in luaK_code()
405 int luaK_codeABCk (FuncState *fs, OpCode o, int a, int b, int c, int k) { in luaK_codeABCk()
416 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { in luaK_codeABx()
426 int luaK_codeAsBx (FuncState *fs, OpCode o, int a, int bc) { in luaK_codeAsBx()
437 static int codesJ (FuncState *fs, OpCode o, int sj, int k) { in codesJ()
448 static int codeextraarg (FuncState *fs, int a) { in codeextraarg()
459 static int luaK_codek (FuncState *fs, int reg, int k) { in luaK_codek()
474 void luaK_checkstack (FuncState *fs, int n) { in luaK_checkstack()
488 void luaK_reserveregs (FuncState *fs, int n) { in luaK_reserveregs()
499 static void freereg (FuncState *fs, int reg) { in freereg()
510 static void freeregs (FuncState *fs, int r1, int r2) { in freeregs()
525 static void freeexp (FuncState *fs, expdesc *e) { in freeexp()
535 static void freeexps (FuncState *fs, expdesc *e1, expdesc *e2) { in freeexps()
549 static int addk (FuncState *fs, TValue *key, TValue *v) { in addk()
579 static int stringK (FuncState *fs, TString *s) { in stringK()
592 static int luaK_intK (FuncState *fs, lua_Integer n) { in luaK_intK()
602 static int luaK_numberK (FuncState *fs, lua_Number r) { in luaK_numberK()
612 static int boolF (FuncState *fs) { in boolF()
622 static int boolT (FuncState *fs) { in boolT()
632 static int nilK (FuncState *fs) { in nilK()
659 void luaK_int (FuncState *fs, int reg, lua_Integer i) { in luaK_int()
667 static void luaK_float (FuncState *fs, int reg, lua_Number f) { in luaK_float()
708 void luaK_setreturns (FuncState *fs, expdesc *e, int nresults) { in luaK_setreturns()
724 static void str2K (FuncState *fs, expdesc *e) { in str2K()
741 void luaK_setoneret (FuncState *fs, expdesc *e) { in luaK_setoneret()
759 void luaK_dischargevars (FuncState *fs, expdesc *e) { in luaK_dischargevars()
812 static void discharge2reg (FuncState *fs, expdesc *e, int reg) { in discharge2reg()
866 static void discharge2anyreg (FuncState *fs, expdesc *e) { in discharge2anyreg()
874 static int code_loadbool (FuncState *fs, int A, OpCode op) { in code_loadbool()
884 static int need_value (FuncState *fs, int list) { in need_value()
900 static void exp2reg (FuncState *fs, expdesc *e, int reg) { in exp2reg()
928 void luaK_exp2nextreg (FuncState *fs, expdesc *e) { in luaK_exp2nextreg()
940 int luaK_exp2anyreg (FuncState *fs, expdesc *e) { in luaK_exp2anyreg()
959 void luaK_exp2anyregup (FuncState *fs, expdesc *e) { in luaK_exp2anyregup()
969 void luaK_exp2val (FuncState *fs, expdesc *e) { in luaK_exp2val()
981 static int luaK_exp2K (FuncState *fs, expdesc *e) { in luaK_exp2K()
1011 int luaK_exp2RK (FuncState *fs, expdesc *e) { in luaK_exp2RK()
1021 static void codeABRK (FuncState *fs, OpCode o, int a, int b, in codeABRK()
1031 void luaK_storevar (FuncState *fs, expdesc *var, expdesc *ex) { in luaK_storevar()
1068 void luaK_self (FuncState *fs, expdesc *e, expdesc *key) { in luaK_self()
1084 static void negatecondition (FuncState *fs, expdesc *e) { in negatecondition()
1098 static int jumponcond (FuncState *fs, expdesc *e, int cond) { in jumponcond()
1116 void luaK_goiftrue (FuncState *fs, expdesc *e) { in luaK_goiftrue()
1143 void luaK_goiffalse (FuncState *fs, expdesc *e) { in luaK_goiffalse()
1169 static void codenot (FuncState *fs, expdesc *e) { in codenot()
1203 static int isKstr (FuncState *fs, expdesc *e) { in isKstr()
1261 void luaK_indexed (FuncState *fs, expdesc *t, expdesc *k) { in luaK_indexed()
1315 static int constfolding (FuncState *fs, int op, expdesc *e1, in constfolding()
1341 static void codeunexpval (FuncState *fs, OpCode op, expdesc *e, int line) { in codeunexpval()
1356 static void finishbinexpval (FuncState *fs, expdesc *e1, expdesc *e2, in finishbinexpval()
1374 static void codebinexpval (FuncState *fs, OpCode op, in codebinexpval()
1386 static void codebini (FuncState *fs, OpCode op, in codebini()
1398 static int finishbinexpneg (FuncState *fs, expdesc *e1, expdesc *e2, in finishbinexpneg()
1426 static void codearith (FuncState *fs, BinOpr opr, in codearith()
1448 static void codecommutative (FuncState *fs, BinOpr op, in codecommutative()
1466 static void codebitwise (FuncState *fs, BinOpr opr, in codebitwise()
1492 static void codeorder (FuncState *fs, OpCode op, expdesc *e1, expdesc *e2) { in codeorder()
1522 static void codeeq (FuncState *fs, BinOpr opr, expdesc *e1, expdesc *e2) { in codeeq()
1553 void luaK_prefix (FuncState *fs, UnOpr op, expdesc *e, int line) { in luaK_prefix()
1574 void luaK_infix (FuncState *fs, BinOpr op, expdesc *v) { in luaK_infix()
1622 static void codeconcat (FuncState *fs, expdesc *e1, expdesc *e2, int line) { in codeconcat()
1642 void luaK_posfix (FuncState *fs, BinOpr opr, in luaK_posfix()
1726 void luaK_fixline (FuncState *fs, int line) { in luaK_fixline()
1732 void luaK_settablesize (FuncState *fs, int pc, int ra, int asize, int hsize) { in luaK_settablesize()
1750 void luaK_setlist (FuncState *fs, int base, int nelems, int tostore) { in luaK_setlist()
1786 void luaK_finish (FuncState *fs) { in luaK_finish()