writeInterfaceCall 500 core/CodegenLIR.h void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr opd1, uint32_t opd2, Traits* type = NULL); writeInterfaceCall 76 core/Coder.cpp coder1->writeInterfaceCall(state, pc, opcode, opd1, opd2, type); writeInterfaceCall 77 core/Coder.cpp coder2->writeInterfaceCall(state, pc, opcode, opd1, opd2, type); writeInterfaceCall 163 core/Coder.cpp coder->writeInterfaceCall(state, pc, opcode, opd1, opd2, type); writeInterfaceCall 54 core/Coder.h virtual void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr_t opd1, uint32_t opd2, Traits* type); writeInterfaceCall 83 core/Coder.h void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr_t opd1, uint32_t opd2, Traits* type); writeInterfaceCall 106 core/Coder.h void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr_t opd1, uint32_t opd2, Traits* type); writeInterfaceCall 1979 core/Verifier.cpp coder->writeInterfaceCall(state, pc, opcode, m->iid(), argc, resultType); writeInterfaceCall 95 core/WordcodeEmitter.h void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr opd1, uint32_t opd2, Traits* type = NULL);