Home
last modified time | relevance | path

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

/external/lua/src/
Dlcode.c750 e->k = VRELOC; /* can relocate its simple result */ in luaK_setoneret()
772 e->k = VRELOC; in luaK_dischargevars()
777 e->k = VRELOC; in luaK_dischargevars()
783 e->k = VRELOC; in luaK_dischargevars()
789 e->k = VRELOC; in luaK_dischargevars()
795 e->k = VRELOC; in luaK_dischargevars()
842 case VRELOC: { in discharge2reg()
1099 if (e->k == VRELOC) { in jumponcond()
1183 case VRELOC: in codenot()
1188 e->k = VRELOC; in codenot()
[all …]
Dlparser.h56 VRELOC, /* expression can put result in any register; enumerator
Dlparser.c714 init_exp(v, VRELOC, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()