Searched refs:IInstrDecode (Results 1 – 11 of 11) sorted by relevance
47 class IInstrDecode 50 IInstrDecode() {}; /**< Default constructor. */ in IInstrDecode() function51 virtual ~IInstrDecode() {}; /**< Default destructor. */ in ~IInstrDecode()
66 virtual ocsd_err_t attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *pIInstrDec);114 void attachInstrDecI(IInstrDecode *pIF) { m_pIInstrDec = pIF; }; in attachInstrDecI()165 …IInstrDecode *m_pIInstrDec; //!< arm instruction decode interface - decoder may want to us…
219 ocsd_err_t CustomDcdMngrWrapper::attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *pIIns… in attachInstrDecoder()
59 …rfaces(componentAttachPt<ITargetMemAccess> *pMemAccess, componentAttachPt<IInstrDecode> *pIDecode);127 componentAttachPt<IInstrDecode> *m_pIDecode;
200 void setInstrDecoder(IInstrDecode *i_instr_decode);394 IInstrDecode *m_i_instr_decode;
70 componentAttachPt<IInstrDecode> *getInstrDecodeAttachPt() { return &m_instr_decode; }; in getInstrDecodeAttachPt()105 componentAttachPt<IInstrDecode> m_instr_decode;
69 virtual ocsd_err_t attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *pIInstrDec) = 0;
61 virtual ocsd_err_t attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *pIInstrDec);179 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *p… in attachInstrDecoder()
40 class TrcIDecode : public IInstrDecode
59 …erfaces(componentAttachPt<ITargetMemAccess> *pMemAccess, componentAttachPt<IInstrDecode> *pIDecode) in initInterfaces()
132 void DecodeTree::setInstrDecoder(IInstrDecode *i_instr_decode) in setInstrDecoder()