Lines Matching refs:number
64 // make a reference table to refer to function by number
70 // process path number information from the input file
112 ProfilePath::ProfilePath (unsigned int number, unsigned int count,
114 : _number(number) , _count(count), _countStdDev(countStdDev), _ppi(ppi) {}
251 // return the path based on its number
252 ProfilePath* PathProfileInfo::getPath(unsigned int number) {
253 return _functionPaths[_currentFunction][number];
256 // return the number of paths which a function may potentially execute
271 // returns the total number of paths run in the function
358 // get the number of functions in this profile