OP_setslot         69 core/AbcGen.h  		void setslot(int slot) { bytes.add(OP_setslot); writeInt(slot+1); }
OP_setslot        207 core/ActionBlockConstants.h 			OP_setslot = 0x6D,
OP_setslot       2015 core/CodegenLIR.cpp         case OP_setslot:
OP_setslot       2016 core/CodegenLIR.cpp             emitSetslot(state, OP_setslot, imm30-1, sp-1);
OP_setslot       2476 core/CodegenLIR.cpp                     emitSetslot(state, OP_setslot, slot_id, ptrIndex);
OP_setslot       2659 core/CodegenLIR.cpp         case OP_setslot:
OP_setslot       2660 core/CodegenLIR.cpp             emitSetslot(state, OP_setslot, opd1, opd2);
OP_setslot       3123 core/CodegenLIR.cpp         if (opcode == OP_setslot)
OP_setslot        849 core/Verifier.cpp 					coder->writeOp2(state, pc, OP_setslot, (uint32_t)AvmCore::bindingToSlotId(b), sp-(n-1), propTraits);
OP_setslot       1531 core/Verifier.cpp 			case OP_setslot: 
OP_setslot        500 core/WordcodeEmitter.cpp 		case OP_setslot:
OP_setslot        674 core/WordcodeEmitter.cpp 		case OP_setslot:
OP_setslot        213 eval/eval-cogen-inlines.h inline void Cogen::I_setslot(uint32_t index) { emitOpU30(OP_setslot, index); }
OP_setslot        453 utils/superwordprof.c     DEF(OP_setslot, 1);