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

/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.inline.hpp91 set_refill_waste_limit(refill_waste_limit() + refill_waste_limit_increment());
H A DthreadLocalAllocBuffer.hpp158 static size_t refill_waste_limit_increment() { return TLABWasteIncrement; } function in class:ThreadLocalAllocBuffer
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp4113 delayed()->add(t2, ThreadLocalAllocBuffer::refill_waste_limit_increment(), t2);
H A DtemplateTable_sparc.cpp3450 __ add(RtlabWasteLimitValue, ThreadLocalAllocBuffer::refill_waste_limit_increment(), RtlabWasteLimitValue);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp8949 movptr(t2, (int32_t) ThreadLocalAllocBuffer::refill_waste_limit_increment());

Completed in 88 milliseconds