Searched refs:node_idxs (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.cc1809 Vector<NodeIdx> *node_idxs = depth_map->get (dpth); local
1810 if (node_idxs == NULL)
1812 node_idxs = new Vector<NodeIdx>();
1813 depth_map->store (dpth, node_idxs);
1815 node_idxs->append (node_idx);
1870 Vector<NodeIdx> *node_idxs = depth_map->get (dpth);
1871 return get_nodes (bm, node_idxs);
1896 Vector<NodeIdx> *node_idxs = node->descendants;
1897 return get_nodes (bm, node_idxs);
1901 PathTree::get_nodes (BaseMetric *bm, Vector<NodeIdx> *node_idxs) argument
[all...]
H A DPathTree.h394 Vector<void*>* get_nodes (BaseMetric *bm, Vector<NodeIdx> *node_idxs);
H A DDbe.cc5814 dbeGetCallTreeChildren (int dbevindex, char *mcmd, Vector<int /*NodeIdx*/>*node_idxs) argument
5819 if (node_idxs == NULL || node_idxs->size () == 0)
5821 long sz = node_idxs->size ();
5834 PathTree::NodeIdx nodeIdx = node_idxs->get (ii); // upcasted from int

Completed in 106 milliseconds