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

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DBaseMetric.cc864 Vector<Histable *> *cmpObjs = obj->get_comparable_objs (); local
865 if (cmpObjs && cmpObjs->size () >= n)
866 return cmpObjs->get (n - 1);
H A DDbe.cc4371 Vector<Obj> * cmpObjs = dbeGetComparableObjsV2 (dbevindex, sel_func, type);
4372 if (cmpObjs == NULL)
4379 Histable *selObj = (Histable *) cmpObjs->fetch (groupId);
4542 Vector<Obj> * cmpObjs = dbeGetComparableObjsV2 (dbevindex, sel_func, type);
4543 if (cmpObjs == NULL)
4550 Histable *selObj = (Histable *) cmpObjs->fetch (groupId);
5100 Vector<Histable *> *cmpObjs = func->get_comparable_objs ();
5101 if (cmpObjs == NULL || cmpObjs->size () != grsize)
5110 res->store (j, (Obj) cmpObjs
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DBaseMetric.cc864 Vector<Histable *> *cmpObjs = obj->get_comparable_objs (); local
865 if (cmpObjs && cmpObjs->size () >= n)
866 return cmpObjs->get (n - 1);
H A DDbe.cc4371 Vector<Obj> * cmpObjs = dbeGetComparableObjsV2 (dbevindex, sel_func, type);
4372 if (cmpObjs == NULL)
4379 Histable *selObj = (Histable *) cmpObjs->fetch (groupId);
4542 Vector<Obj> * cmpObjs = dbeGetComparableObjsV2 (dbevindex, sel_func, type);
4543 if (cmpObjs == NULL)
4550 Histable *selObj = (Histable *) cmpObjs->fetch (groupId);
5100 Vector<Histable *> *cmpObjs = func->get_comparable_objs ();
5101 if (cmpObjs == NULL || cmpObjs->size () != grsize)
5110 res->store (j, (Obj) cmpObjs
[all...]

Completed in 283 milliseconds