Searched refs:OP_LOADK (Results 1 – 9 of 9) sorted by relevance
170 OP_LOADK,/* A Bx R(A) := Kst(Bx) */ enumerator
436 case OP_LOADK: in getobjname()438 int b = (op == OP_LOADK) ? GETARG_Bx(i) in getobjname()
253 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
620 vmcase(OP_LOADK, in luaV_execute()
204 OP_LOADK,/* A Bx R[A] := K[Bx] */ enumerator
567 case OP_LOADK: in getobjname()569 int b = (op == OP_LOADK) ? GETARG_Bx(i) in getobjname()
366 case OP_LOADK: in PrintCode()
453 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
1205 vmcase(OP_LOADK) { in luaV_execute()