OP_callstatic 169 core/ActionBlockConstants.h OP_callstatic = 0x44, OP_callstatic 1672 core/AvmCore.cpp case OP_callstatic: OP_callstatic 1678 core/AvmCore.cpp if (opcode == OP_callstatic) OP_callstatic 2693 core/CodegenLIR.cpp case OP_callstatic: OP_callstatic 2695 core/CodegenLIR.cpp emitCall(state, OP_callstatic, opd1, opd2, type); OP_callstatic 2948 core/CodegenLIR.cpp case OP_callstatic: OP_callstatic 1093 core/Verifier.cpp case OP_callstatic: OP_callstatic 1117 core/Verifier.cpp coder->writeOp2(state, pc, OP_callstatic, (uint32_t)m->method_id(), argc, resultType); OP_callstatic 511 core/WordcodeEmitter.cpp case OP_callstatic: OP_callstatic 187 eval/eval-cogen-inlines.h inline void Cogen::I_callstatic(uint32_t index, uint32_t nargs) { emitOpU30U30(OP_callstatic, index, nargs); } OP_callstatic 422 utils/superwordprof.c DEF(OP_callstatic, 2);