Searched refs:hist_items (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DHist_data.cc67 return hist_items->size ();
73 return (index < VecSize (hist_items)) ? hist_items->get (index) : NULL;
333 hist_items = new Vector<HistItem*>;
387 if (hist_items)
389 hist_items->destroy ();
390 delete hist_items;
391 hist_items = NULL;
447 int n = hist_items->size ();
458 hi = hist_items
[all...]
H A DHist_data.h169 return hist_items;
206 Vector<HistItem*> *hist_items; // Actual histogram values member in class:Hist_data
H A DDataSpace.cc393 Vec_loop (Hist_data::HistItem *, hist_data->hist_items, index, hi)
404 Vec_loop (Hist_data::HistItem *, hist_data->hist_items, index, hi)
411 Vec_loop (Hist_data::HistItem *, hist_data->hist_items, index, hi)
431 Vec_loop (Hist_data::HistItem *, hist_data->hist_items, index, hi)
441 Vec_loop (Hist_data::HistItem *, hist_data->hist_items, index, hi)
H A DPathTree.cc1018 Vec_loop (Hist_data::HistItem*, hist_data->hist_items, index, hi)
1031 Vec_loop (Hist_data::HistItem*, hist_data->hist_items, index, hi)
1040 Vec_loop (Hist_data::HistItem*, hist_data->hist_items, index, hi)
1052 Vec_loop (Hist_data::HistItem*, hist_data->hist_items, index, hi)
1060 Vec_loop (Hist_data::HistItem*, hist_data->hist_items, index, hi)
1074 Vec_loop (Hist_data::HistItem*, hist_data->hist_items, index, hi)
1087 Vec_loop (Hist_data::HistItem*, hist_data->hist_items, index, hi)
1121 Vec_loop (Hist_data::HistItem *, hist_data->hist_items, index, hi)
1129 Vec_loop (Hist_data::HistItem *, hist_data->hist_items, index, hi)
1140 for (long i1 = 0, sz1 = hist_data->hist_items
[all...]
H A DMemorySpace.cc132 Vec_loop (Hist_data::HistItem *, hist_data_all->hist_items, index, hi)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DHist_data.cc67 return hist_items->size ();
73 return (index < VecSize (hist_items)) ? hist_items->get (index) : NULL;
333 hist_items = new Vector<HistItem*>;
387 if (hist_items)
389 hist_items->destroy ();
390 delete hist_items;
391 hist_items = NULL;
447 int n = hist_items->size ();
458 hi = hist_items
[all...]
H A DHist_data.h169 return hist_items;
206 Vector<HistItem*> *hist_items; // Actual histogram values member in class:Hist_data
H A DDataSpace.cc393 Vec_loop (Hist_data::HistItem *, hist_data->hist_items, index, hi)
404 Vec_loop (Hist_data::HistItem *, hist_data->hist_items, index, hi)
411 Vec_loop (Hist_data::HistItem *, hist_data->hist_items, index, hi)
431 Vec_loop (Hist_data::HistItem *, hist_data->hist_items, index, hi)
441 Vec_loop (Hist_data::HistItem *, hist_data->hist_items, index, hi)
H A DPathTree.cc1018 Vec_loop (Hist_data::HistItem*, hist_data->hist_items, index, hi)
1031 Vec_loop (Hist_data::HistItem*, hist_data->hist_items, index, hi)
1040 Vec_loop (Hist_data::HistItem*, hist_data->hist_items, index, hi)
1052 Vec_loop (Hist_data::HistItem*, hist_data->hist_items, index, hi)
1060 Vec_loop (Hist_data::HistItem*, hist_data->hist_items, index, hi)
1074 Vec_loop (Hist_data::HistItem*, hist_data->hist_items, index, hi)
1087 Vec_loop (Hist_data::HistItem*, hist_data->hist_items, index, hi)
1121 Vec_loop (Hist_data::HistItem *, hist_data->hist_items, index, hi)
1129 Vec_loop (Hist_data::HistItem *, hist_data->hist_items, index, hi)
1140 for (long i1 = 0, sz1 = hist_data->hist_items
[all...]
H A DMemorySpace.cc132 Vec_loop (Hist_data::HistItem *, hist_data_all->hist_items, index, hi)

Completed in 239 milliseconds