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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTraceSend.cpp98 static TraceStructCopyFailed to_trace_struct(const CopyFailedInfo& cf_info) { argument
100 failed_info.set_objectCount(cf_info.failed_count());
101 failed_info.set_firstSize(cf_info.first_size());
102 failed_info.set_smallestSize(cf_info.smallest_size());
103 failed_info.set_totalSize(cf_info.total_size());

Completed in 29 milliseconds