HomeSort by: relevance | last modified time | path
    Searched defs:NodeIdx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
PathTree.h 85 typedef long NodeIdx;
98 NodeIdx ancestor;
99 Vector<NodeIdx> *descendants;
101 NodeIdx funclist;
107 NODE_IDX (NodeIdx idx)
118 NodeIdx
121 return fn_map == NULL ? (NodeIdx) 0 : fn_map->get (func);
130 Vector<void*>* get_ftree_node_children (BaseMetric *bm, NodeIdx node_idx);
143 NodeIdx nd;
174 Map<Function*, NodeIdx> *fn_map
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
PathTree.h 85 typedef long NodeIdx;
98 NodeIdx ancestor;
99 Vector<NodeIdx> *descendants;
101 NodeIdx funclist;
107 NODE_IDX (NodeIdx idx)
118 NodeIdx
121 return fn_map == NULL ? (NodeIdx) 0 : fn_map->get (func);
130 Vector<void*>* get_ftree_node_children (BaseMetric *bm, NodeIdx node_idx);
143 NodeIdx nd;
174 Map<Function*, NodeIdx> *fn_map
    [all...]

Completed in 45 milliseconds