Home
last modified time | relevance | path

Searched refs:getCurrAtomVal (Results 1 – 4 of 4) sorted by relevance

/external/OpenCSD/decoder/include/opencsd/ptm/
Dtrc_pkt_decode_ptm.h53 const ocsd_atm_val getCurrAtomVal() const;
71 inline const ocsd_atm_val PtmAtoms::getCurrAtomVal() const in getCurrAtomVal() function
/external/OpenCSD/decoder/include/opencsd/etmv3/
Dtrc_pkt_decode_etmv3.h57 const ocsd_atm_val getCurrAtomVal() const;
101 inline const ocsd_atm_val Etmv3Atoms::getCurrAtomVal() const in getCurrAtomVal() function
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_decode_etmv3.cpp602 m_code_follower.followSingleAtom(m_IAddr,atoms.getCurrAtomVal()); in processPHdr()
608 pElem->setLastInstrInfo(atoms.getCurrAtomVal() == ATOM_E, in processPHdr()
/external/OpenCSD/decoder/source/ptm/
Dtrc_pkt_decode_ptm.cpp477 resp = processAtomRange(m_atoms.getCurrAtomVal(),"atom"); in processAtom()