Lines Matching refs:pDcdI
186 TrcPktDecodeI *pDcdI = dynamic_cast< TrcPktDecodeI * >(pComponent); in attachInstrDecoder() local
187 if(pDcdI == 0) in attachInstrDecoder()
190 if(pDcdI->getUsesIDecode()) in attachInstrDecoder()
191 err = pDcdI->getInstrDecodeAttachPt()->replace_first(pIInstrDec); in attachInstrDecoder()
204 TrcPktDecodeI *pDcdI = dynamic_cast< TrcPktDecodeI * >(pComponent); in attachMemAccessor() local
205 if(pDcdI == 0) in attachMemAccessor()
208 if(pDcdI->getUsesMemAccess()) in attachMemAccessor()
209 err = pDcdI->getMemoryAccessAttachPt()->replace_first(pMemAccessor); in attachMemAccessor()
222 TrcPktDecodeI *pDcdI = dynamic_cast< TrcPktDecodeI * >(pComponent); in attachOutputSink() local
223 if(pDcdI == 0) in attachOutputSink()
226 err = pDcdI->getTraceElemOutAttachPt()->replace_first(pOutSink); in attachOutputSink()