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

/openjdk7/hotspot/src/share/vm/runtime/
H A Daprofiler.cpp44 k->set_alloc_count(k->alloc_count() + 1);
102 int AllocationProfiler::average(size_t alloc_size, int alloc_count) { argument
103 return (int) ((double) (alloc_size * BytesPerWord) / MAX2(alloc_count, 1) + 0.5);
119 int alloc_count = k->klass_part()->alloc_count(); local
127 alloc_count,
128 average(alloc_size, alloc_count),
131 total_alloc_count += alloc_count;
H A Daprofiler.hpp55 static int average(size_t alloc_size, int alloc_count);
/openjdk7/hotspot/src/share/vm/memory/
H A Dclassify.cpp58 k->set_alloc_count(k->alloc_count() + 1);
144 if (k->alloc_count() > 0) {
177 tty->print_cr("% 8d instances of %s", k->alloc_count(), name);
179 total_instances += k->alloc_count();
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DX11Color.c835 int alloc_count = 0; local
841 alloc_count++;
852 awt_data->awt_num_colors, alloc_count, reuse_count, free_count);
/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.hpp80 // [alloc_count ]
373 juint alloc_count() const { return _alloc_count; }

Completed in 28 milliseconds