Searched refs:m_pIDecode (Results 1 – 2 of 2) sorted by relevance
48 m_pIDecode = 0; in OcsdCodeFollower()62 m_pIDecode = pIDecode; in initInterfaces()79 if(m_pMemAccess && m_pIDecode) in initFollowerState()81 initDone = (m_pMemAccess->hasAttachedAndEnabled() && m_pIDecode->hasAttachedAndEnabled()); in initFollowerState()151 err = m_pIDecode->first()->DecodeInstruction(&m_instr_info); in decodeSingleOpCode()
127 componentAttachPt<IInstrDecode> *m_pIDecode; variable