OP_constructsuper   53 core/AbcGen.h  		void construct_super() { bytes.add(OP_constructsuper); }
OP_constructsuper  174 core/ActionBlockConstants.h 			OP_constructsuper = 0x49,
OP_constructsuper 2451 core/CodegenLIR.cpp         case OP_constructsuper:
OP_constructsuper 2920 core/CodegenLIR.cpp         case OP_constructsuper:
OP_constructsuper 3078 core/CodegenLIR.cpp         if (opcode != OP_constructsuper && opcode != OP_construct)
OP_constructsuper 1732 core/Traits.cpp 			if (*pos == OP_constructsuper)
OP_constructsuper 1734 core/Traits.cpp 				gen.getBytes().insert(0, OP_constructsuper);
OP_constructsuper 1331 core/Verifier.cpp 			case OP_constructsuper:
OP_constructsuper  541 core/WordcodeEmitter.cpp 		case OP_constructsuper:
OP_constructsuper  184 eval/eval-cogen-inlines.h inline void Cogen::I_constructsuper(uint32_t nargs) { emitOpU30(OP_constructsuper, nargs); }
OP_constructsuper  427 utils/superwordprof.c     DEF(OP_constructsuper, 1);