Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlcode.c377 e->k = VRELOCABLE; /* can relocate its simple result */ in luaK_setoneret()
390 e->k = VRELOCABLE; in luaK_dischargevars()
401 e->k = VRELOCABLE; in luaK_dischargevars()
439 case VRELOCABLE: { in discharge2reg()
606 if (e->k == VRELOCABLE) { in jumponcond()
682 case VRELOCABLE: in codenot()
687 e->k = VRELOCABLE; in codenot()
744 e1->k = VRELOCABLE; in codearith()
836 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix()
840 e1->k = VRELOCABLE; e1->u.info = e2->u.info; in luaK_posfix()
H A Dlparser.h31 VRELOCABLE, /* info = instruction pc */ enumerator
H A Dlparser.c521 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()
738 init_exp(t, VRELOCABLE, pc); in constructor()