Searched defs:bucket_start_for (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp143 static address bucket_start_for(address pc) { function in class:PCRecorder
174 address FlatProfiler::bucket_start_for(address pc) { function in class:FlatProfiler
175 return PCRecorder::bucket_start_for(pc);

Completed in 43 milliseconds