Searched refs:OP_LOADK (Results 1 – 5 of 5) sorted by relevance
203 OP_LOADK,/* A Bx R[A] := K[Bx] */ enumerator
566 case OP_LOADK: in getobjname()568 int b = (op == OP_LOADK) ? GETARG_Bx(i) in getobjname()
367 case OP_LOADK: in PrintCode()
452 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
1180 vmcase(OP_LOADK) { in luaV_execute()
Completed in 13 milliseconds