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