Searched refs:fill_in_ext_msg (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1AllocRegion.hpp119 void fill_in_ext_msg(ar_ext_msg* msg, const char* message);
187 alloc_region->fill_in_ext_msg(this, message);
H A DheapRegionSet.hpp124 // fill_in_ext_msg() writes the the values of the set's attributes
128 void fill_in_ext_msg(hrs_ext_msg* msg, const char* message);
194 set->fill_in_ext_msg(this, message);
H A Dg1AllocRegion.cpp142 void G1AllocRegion::fill_in_ext_msg(ar_ext_msg* msg, const char* message) { function in class:G1AllocRegion
H A DheapRegionSet.cpp38 void HeapRegionSetBase::fill_in_ext_msg(hrs_ext_msg* msg, const char* message) { function in class:HeapRegionSetBase

Completed in 389 milliseconds