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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp1150 #define EXT_SIZE_PARAMS(bytes) \ macro
1189 EXT_SIZE_PARAMS(_eden_bytes_before_gc),
1190 EXT_SIZE_PARAMS(_prev_eden_capacity),
1191 EXT_SIZE_PARAMS(eden_bytes),
1192 EXT_SIZE_PARAMS(eden_capacity),
1193 EXT_SIZE_PARAMS(_survivor_bytes_before_gc),
1194 EXT_SIZE_PARAMS(survivor_bytes),
1195 EXT_SIZE_PARAMS(used_before_gc),
1196 EXT_SIZE_PARAMS(_capacity_before_gc),
1197 EXT_SIZE_PARAMS(use
[all...]

Completed in 25 milliseconds