Searched refs:ProfilePathEdgeVector (Results 1 – 3 of 3) sorted by relevance
26 typedef std::vector<ProfilePathEdge> ProfilePathEdgeVector; typedef65 ProfilePathEdgeVector* getPathEdges() const;
138 ProfilePathEdgeVector* ProfilePath::getPathEdges() const { in getPathEdges()141 ProfilePathEdgeVector* pev = new ProfilePathEdgeVector; in getPathEdges()
124 ProfilePathEdgeVector* pev = currentPath->getPathEdges(); in runOnModule()