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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp135 bucket_size = 16 enumerator in enum:PCRecorder::__anon410
137 static int index_for(address pc) { return (pc - base)/bucket_size; }
138 static address pc_for(int index) { return base + (index * bucket_size); }
140 return ((int)CodeCache::max_capacity())/bucket_size * BytesPerWord;

Completed in 36 milliseconds