Searched refs:pDcdI (Results 1 – 1 of 1) sorted by relevance
186 TrcPktDecodeI *pDcdI = dynamic_cast< TrcPktDecodeI * >(pComponent); in attachInstrDecoder() local187 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() local205 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() local223 if(pDcdI == 0) in attachOutputSink()[all …]