Searched refs:m_pIDecode (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/source/
H A Docsd_code_follower.cpp48 m_pIDecode = 0;
62 m_pIDecode = pIDecode;
79 if(m_pMemAccess && m_pIDecode)
81 initDone = (m_pMemAccess->hasAttachedAndEnabled() && m_pIDecode->hasAttachedAndEnabled());
151 err = m_pIDecode->first()->DecodeInstruction(&m_instr_info);
/freebsd-13-stable/contrib/opencsd/decoder/include/common/
H A Docsd_code_follower.h127 componentAttachPt<IInstrDecode> *m_pIDecode; member in class:OcsdCodeFollower

Completed in 46 milliseconds