Searched refs:stats_items (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DStats_data.cc40 if (stats_items == NULL)
42 return stats_items->size ();
49 assert (index >= 0 && index < stats_items->size ());
50 return *(stats_items->fetch (index));
57 stats_items = NULL;
63 stats_items = NULL;
69 if (stats_items)
71 stats_items->destroy ();
72 delete stats_items;
81 if (stats_items
[all...]
H A DStats_data.h55 Vector<Stats_item*> *stats_items; // Actual statistics values member in class:Stats_data
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DStats_data.cc40 if (stats_items == NULL)
42 return stats_items->size ();
49 assert (index >= 0 && index < stats_items->size ());
50 return *(stats_items->fetch (index));
57 stats_items = NULL;
63 stats_items = NULL;
69 if (stats_items)
71 stats_items->destroy ();
72 delete stats_items;
81 if (stats_items
[all...]
H A DStats_data.h55 Vector<Stats_item*> *stats_items; // Actual statistics values member in class:Stats_data

Completed in 118 milliseconds