Searched refs:OP_GETUPVAL (Results 1 – 5 of 5) sorted by relevance
174 OP_GETUPVAL,/* A B R(A) := UpValue[B] */ enumerator
433 case OP_GETUPVAL: { in getobjname()
389 e->u.info = luaK_codeABC(fs, OP_GETUPVAL, 0, e->u.info, 0); in luaK_dischargevars()
640 vmcase(OP_GETUPVAL, in luaV_execute()
1128 OpCode op = (v->k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in check_conflict()