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

/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.cpp392 _total_slow_refill_waste = 0;
409 _perf_slow_refill_waste ->set_value(_total_slow_refill_waste);
419 size_t waste = _total_gc_waste + _total_slow_refill_waste + _total_fast_refill_waste;
433 _total_slow_refill_waste * HeapWordSize,
H A DthreadLocalAllocBuffer.hpp187 size_t _total_slow_refill_waste; member in class:GlobalTLABStats
250 _total_slow_refill_waste += value;

Completed in 36 milliseconds