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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DevacuationInfo.hpp77 size_t bytes_copied() { return _bytes_copied; } function in class:EvacuationInfo
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTraceSend.cpp147 e.set_allocRegionsUsedAfter(info->alloc_regions_used_before() + info->bytes_copied());
148 e.set_bytesCopied(info->bytes_copied());

Completed in 31 milliseconds