Searched defs:bucket_count_for (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/runtime/ | ||
H A D | fprofiler.cpp | 147 static int bucket_count_for(address pc) { return counters[index_for(pc)]; } function in class:PCRecorder 178 int FlatProfiler::bucket_count_for(address pc) { function in class:FlatProfiler 179 return PCRecorder::bucket_count_for(pc); |
Completed in 483 milliseconds