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