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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp130 class PCRecorder : AllStatic { class in inherits:AllStatic
154 int* PCRecorder::counters = NULL;
155 address PCRecorder::base = NULL;
157 void PCRecorder::init() {
167 void PCRecorder::record(address pc) {
175 return PCRecorder::bucket_start_for(pc);
179 return PCRecorder::bucket_count_for(pc);
182 void PCRecorder::print() {
214 void PCRecorder::print_blobs(CodeBlob* cb) {
1018 PCRecorder
[all...]

Completed in 32 milliseconds