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

/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.inline.hpp93 _slow_allocations++;
H A DthreadLocalAllocBuffer.hpp55 unsigned _slow_allocations; member in class:ThreadLocalAllocBuffer
96 int slow_allocations() const { return _slow_allocations; }
170 static ByteSize slow_allocations_offset() { return byte_offset_of(ThreadLocalAllocBuffer, _slow_allocations ); }
H A DthreadLocalAllocBuffer.cpp110 global_stats()->update_slow_allocations(_slow_allocations);
174 _slow_allocations = 0;
294 _slow_allocations, _refill_waste_limit * HeapWordSize,

Completed in 32 milliseconds