Searched refs:VRELOCABLE (Results 1 – 3 of 3) sorted by relevance
548 e->k = VRELOCABLE; /* can relocate its simple result */ in luaK_setoneret()564 e->k = VRELOCABLE; in luaK_dischargevars()579 e->k = VRELOCABLE; in luaK_dischargevars()618 case VRELOCABLE: { in discharge2reg()840 if (e->k == VRELOCABLE) { in jumponcond()925 case VRELOCABLE: in codenot()930 e->k = VRELOCABLE; in codenot()1008 e->k = VRELOCABLE; /* all those operations are relocatable */ in codeunexpval()1028 e1->k = VRELOCABLE; /* all those operations are relocatable */ in codebinexpval()1143 if (e2->k == VRELOCABLE && in luaK_posfix()[all …]
44 VRELOCABLE, /* expression can put result in any register; enumerator
524 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()733 init_exp(t, VRELOCABLE, pc); in constructor()