Searched defs:undo_allocation (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DparGCAllocBuffer.cpp201 ParGCAllocBufferWithBOT::undo_allocation(HeapWord* obj, size_t word_sz) { function in class:ParGCAllocBufferWithBOT
202 ParGCAllocBuffer::undo_allocation(obj, word_sz);
H A DparGCAllocBuffer.hpp88 void undo_allocation(HeapWord* obj, size_t word_sz) { function in class:ParGCAllocBuffer
248 void undo_allocation(HeapWord* obj, size_t word_sz);

Completed in 30 milliseconds