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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_object.c203 jint bucket_count; local
205 bucket_count = 511;
207 bucket_count = 0;
211 4096, bucket_count, (int)sizeof(ObjectInfo));
H A Dhprof_table.c659 table_initialize(const char *name, int size, int incr, int bucket_count, argument
670 HPROF_ASSERT(bucket_count>=0);
684 ltable->hash_bucket_count = bucket_count;
695 if ( bucket_count > 0 ) {
698 nbytes = (int)(bucket_count*sizeof(TableIndex));
/openjdk7/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp215 int bucket_count = FlatProfiler::bucket_count_for(pc0); local
216 if (bucket_count != 0) {
218 st->print_cr("%3.1f%% [%d]", bucket_count*100.0/total_ticks(), bucket_count);

Completed in 34 milliseconds