Lines Matching refs:VRELOCABLE
299 e->k = VRELOCABLE; /* can relocate its simple result */ in luaK_setoneret()
312 e->k = VRELOCABLE; in luaK_dischargevars()
317 e->k = VRELOCABLE; in luaK_dischargevars()
324 e->k = VRELOCABLE; in luaK_dischargevars()
362 case VRELOCABLE: { in discharge2reg()
525 if (e->k == VRELOCABLE) { in jumponcond()
601 case VRELOCABLE: in codenot()
606 e->k = VRELOCABLE; in codenot()
668 e1->k = VRELOCABLE; in codearith()
755 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix()
759 e1->k = VRELOCABLE; e1->u.s.info = e2->u.s.info; in luaK_posfix()