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