Searched refs:TrcStackElemExcept (Results 1 – 3 of 3) sorted by relevance
208 class TrcStackElemExcept : public TrcStackElem211 TrcStackElemExcept(const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index);212 virtual ~TrcStackElemExcept() {}; in ~TrcStackElemExcept()228 inline TrcStackElemExcept::TrcStackElemExcept(const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_… in TrcStackElemExcept() function394 …TrcStackElemExcept *createExceptElem(const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t …
81 TrcStackElemExcept *EtmV4P0Stack::createExceptElem(const ocsd_etmv4_i_pkt_type root_pkt, const ocsd… in createExceptElem()83 TrcStackElemExcept *pElem = new (std::nothrow) TrcStackElemExcept(root_pkt, root_index); in createExceptElem()
1396 TrcStackElemExcept *pExceptElem = 0; in processException()1406 … pExceptElem = dynamic_cast<TrcStackElemExcept *>(m_P0_stack.back()); // get the exception element in processException()