Home
last modified time | relevance | path

Searched refs:tagObjs (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DExperiment.cc1524 tagObjs = new Vector<Vector<Histable*>*>; in init()
1525 tagObjs->store (PROP_THRID, new Vector<Histable*>); in init()
1561 tagObjs->fetch (PROP_THRID)->destroy (); in fini()
1562 tagObjs->fetch (PROP_LWPID)->destroy (); in fini()
1563 tagObjs->fetch (PROP_CPUID)->destroy (); in fini()
1564 tagObjs->fetch (PROP_EXPID)->destroy (); in fini()
1565 tagObjs->destroy (); in fini()
1566 delete tagObjs; in fini()
6189 Vector<Histable*> *objs = tagObjs->fetch (prop); in mapTagValue()
6253 return tagObjs->fetch (prop); in getTagObjs()
[all …]
H A DExperiment.h592 Vector<Vector<Histable*>*> *tagObjs; // tag objects variable
H A DDbe.cc7591 Vector<Histable*> *tagObjs = exp->getTagObjs ((Prop_type) entity_prop_id); in dbeGetEntities() local
7593 if (tagObjs) in dbeGetEntities()
7594 total_nelem = (int) tagObjs->size (); in dbeGetEntities()
7609 int entity_prop_val = (int) ((Other *) tagObjs->fetch (tagObjsIdx))->tag; in dbeGetEntities()