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

/openjdk9/hotspot/src/share/vm/gc/g1/
H A DevacuationInfo.hpp77 size_t bytes_copied() { return _bytes_copied; } function in class:EvacuationInfo
/openjdk9/hotspot/src/share/vm/gc/shared/
H A DgcTraceSend.cpp223 e.set_allocationRegionsUsedAfter(info->alloc_regions_used_before() + info->bytes_copied());
224 e.set_bytesCopied(info->bytes_copied());

Completed in 42 milliseconds