Home
last modified time | relevance | path

Searched refs:VRELOCABLE (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlcode.c548 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 …]
Dlparser.h44 VRELOCABLE, /* expression can put result in any register; enumerator
Dlparser.c524 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()
733 init_exp(t, VRELOCABLE, pc); in constructor()