emitCall         2438 core/CodegenLIR.cpp             emitCall(state, OP_callinterface, opd1, opd2, type);
emitCall         2453 core/CodegenLIR.cpp             emitCall(state, opcode, 0, opd2, VOID_TYPE);
emitCall         2491 core/CodegenLIR.cpp                     emitCall(state, OP_callsuperid, disp_id, 1, fms->returnTraits());
emitCall         2528 core/CodegenLIR.cpp                 emitCall(state, OP_callsuperid, disp_id, 0, resultType);
emitCall         2556 core/CodegenLIR.cpp                 emitCall(state, OP_callsuperid, disp_id, argc, resultType);
emitCall         2611 core/CodegenLIR.cpp                     emitCall(state, OP_callmethod, disp_id, 0, type);
emitCall         2616 core/CodegenLIR.cpp                     emitCall(state, OP_callinterface, f->iid(), 0, type);
emitCall         2645 core/CodegenLIR.cpp                     emitCall(state, OP_callmethod, disp_id, 1, type);
emitCall         2650 core/CodegenLIR.cpp                     emitCall(state, OP_callinterface, f->iid(), 1, type);
emitCall         2682 core/CodegenLIR.cpp             emitCall(state, opcode, opd1, opd2, type);
emitCall         2695 core/CodegenLIR.cpp             emitCall(state, OP_callstatic, opd1, opd2, type);
emitCall         3210 core/CodegenLIR.cpp                     emitCall(state, OP_construct, 0, argc, itraits);
emitCall          471 core/CodegenLIR.h         void emitCall(FrameState* state, AbcOpcode opcode, intptr_t method_id, int argc, Traits* result);