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

/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.cpp57 global_stats()->initialize();
65 if (global_stats()->allocation() != 0) {
66 global_stats()->publish();
68 global_stats()->print();
98 global_stats()->update_allocating_threads();
99 global_stats()->update_number_of_refills(_number_of_refills);
100 global_stats()->update_allocation(_number_of_refills * desired_size());
101 global_stats()->update_gc_waste(_gc_waste);
102 global_stats()->update_slow_refill_waste(_slow_refill_waste);
103 global_stats()
[all...]
H A DthreadLocalAllocBuffer.hpp99 static GlobalTLABStats* global_stats() { return _global_stats; } function in class:ThreadLocalAllocBuffer

Completed in 31 milliseconds