Home
last modified time | relevance | path

Searched refs:OP_GETUPVAL (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
Dlopcodes.h174 OP_GETUPVAL,/* A B R(A) := UpValue[B] */ enumerator
Dluac.c319 case OP_GETUPVAL: in PrintCode()
Dldebug.c406 case OP_GETUPVAL: { in getobjname()
Dlcode.c390 e->u.info = luaK_codeABC(fs, OP_GETUPVAL, 0, e->u.info, 0); in luaK_dischargevars()
Dlvm.c580 vmcase(OP_GETUPVAL, in luaV_execute()
Dlparser.c1129 OpCode op = (v->k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in check_conflict()