Searched refs:OP_NEWTABLE (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/module/lua/ |
| HD | lopcodes.h | 184 OP_NEWTABLE,/* A B C R(A) := {} (size = B,C) */ enumerator
|
| HD | lvm.c | 664 vmcase(OP_NEWTABLE, in luaV_execute()
|
| HD | lparser.c | 739 int pc = luaK_codeABC(fs, OP_NEWTABLE, 0, 0, 0); in constructor()
|
| /freebsd-13-stable/contrib/lua/src/ |
| HD | lopcodes.h | 222 OP_NEWTABLE,/* A B C k R[A] := {} */ enumerator
|
| HD | luac.c | 430 case OP_NEWTABLE: in PrintCode()
|
| HD | lcode.c | 1742 *inst = CREATE_ABCk(OP_NEWTABLE, ra, rb, rc, k); in luaK_settablesize()
|
| HD | lvm.c | 1325 vmcase(OP_NEWTABLE) { in luaV_execute()
|
| HD | lparser.c | 918 int pc = luaK_codeABC(fs, OP_NEWTABLE, 0, 0, 0); in constructor()
|