Searched refs:p0_elem_t (Results 1 – 2 of 2) sorted by relevance
/external/OpenCSD/decoder/include/opencsd/etmv4/ |
D | trc_etmv4_stack_elem.h | 69 } p0_elem_t; typedef 78 …TrcStackElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const… 81 const p0_elem_t getP0Type() const { return m_P0_type; }; in getP0Type() 89 p0_elem_t m_P0_type; 96 inline TrcStackElem::TrcStackElem(p0_elem_t p0_type, const bool isP0, ocsd_etmv4_i_pkt_type root_pk… in TrcStackElem() 295 …TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, … 308 inline TrcStackElemParam::TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_et… in TrcStackElemParam() 366 …TrcStackElemParam *createParamElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pk… 367 …TrcStackElem *createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_…
|
/external/OpenCSD/decoder/source/etmv4/ |
D | trc_etmv4_stack_elem.cpp | 39 TrcStackElem *EtmV4P0Stack::createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const … in createParamElemNoParam() 52 TrcStackElemParam *EtmV4P0Stack::createParamElem(const p0_elem_t p0_type, const bool isP0, const oc… in createParamElem()
|