Lines Matching refs:objs
825 Hist_data::Mode mode, Vector<Histable*> *objs, in compute_metrics() argument
840 return ptree_internal->compute_metrics (mlist, type, mode, objs, context, in compute_metrics()
874 Histable *obj = objs && objs->size () > 0 ? objs->fetch (0) : NULL; in compute_metrics()
928 if (objs && objs->size () > 0) in compute_metrics()
929 get_clr_metrics (objs); in compute_metrics()
933 if (objs && objs->size () > 0) in compute_metrics()
934 get_cle_metrics (objs); in compute_metrics()
940 if (objs->size () == 1) in compute_metrics()
942 Histable *obj = objs->fetch (0); in compute_metrics()
974 get_self_metrics (objs); in compute_metrics()
977 get_self_metrics (objs); in compute_metrics()
981 get_self_metrics (objs); in compute_metrics()
1474 PathTree::get_clr_metrics (Vector<Histable*> *objs, NodeIdx node_idx, in get_clr_metrics() argument
1489 int nobj = objs->size (); in get_clr_metrics()
1495 if (objs->fetch (i) != obj_list[dpth - nobj + 1 + i]) in get_clr_metrics()
1556 get_clr_metrics (objs, node->descendants->fetch (index), in get_clr_metrics()
1561 PathTree::get_clr_metrics (Vector<Histable*> *objs) in get_clr_metrics() argument
1563 get_clr_metrics (objs, root_idx, -1, 0); in get_clr_metrics()
1567 PathTree::get_cle_metrics (Vector<Histable*> *objs, NodeIdx node_idx, int pcle, in get_cle_metrics() argument
1575 int nobj = objs->size (); in get_cle_metrics()
1580 if (objs->fetch (i) != obj_list[dpth - nobj + 1 + i]) in get_cle_metrics()
1619 get_cle_metrics (objs, node->descendants->fetch (index), in get_cle_metrics()
1625 PathTree::get_cle_metrics (Vector<Histable*> *objs, NodeIdx node_idx, int dpth) in get_cle_metrics() argument
1630 if (NULL == objs) // Special case: get root in get_cle_metrics()
1634 if (dpth == objs->size ()) in get_cle_metrics()
1636 else if (cur_obj == objs->fetch (dpth)) in get_cle_metrics()
1641 get_cle_metrics (objs, node->descendants->fetch (index), dpth + 1); in get_cle_metrics()
1642 if (dpth == objs->size () - 1 && dsize == 0) in get_cle_metrics()
2034 PathTree::get_cle_metrics (Vector<Histable*> *objs) in get_cle_metrics() argument
2036 if (NULL == objs || objs->fetch (0) == get_hist_obj (NODE_IDX (root_idx))) in get_cle_metrics()
2038 get_cle_metrics (objs, root_idx, 0); in get_cle_metrics()
2041 get_cle_metrics (objs, root_idx, -1, -1, 0); in get_cle_metrics()
2105 PathTree::get_self_metrics (Vector<Histable*> *objs, NodeIdx node_idx, in get_self_metrics() argument
2113 int nobj = objs->size (); in get_self_metrics()
2119 if (objs->fetch (i) != obj_list[dpth - nobj + 1 + i]) in get_self_metrics()
2180 get_self_metrics (objs, node->descendants->fetch (index), in get_self_metrics()
2185 PathTree::get_self_metrics (Vector<Histable*> *objs) in get_self_metrics() argument
2187 get_self_metrics (objs, root_idx, false, 0); in get_self_metrics()