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

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DHeapData.cc98 Vector<uint64_t> *sIds = hData->peakStackIds; local
100 if (sIds != NULL)
101 for (int i = 0; i < sIds->size (); i++)
103 sId = sIds->fetch (i);

Completed in 160 milliseconds