Searched refs:prev_live_bytes (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | concurrentMark.cpp | 4457 size_t* prev_live_bytes, 4462 *prev_live_bytes = get_hum_bytes(&_hum_prev_live_bytes); 4472 size_t prev_live_bytes = r->live_bytes(); local 4490 _hum_prev_live_bytes = prev_live_bytes; 4493 &prev_live_bytes, &next_live_bytes); 4498 &prev_live_bytes, &next_live_bytes); 4506 _total_prev_live_bytes += prev_live_bytes; 4518 used_bytes, prev_live_bytes, next_live_bytes, gc_eff); 4455 get_hum_bytes(size_t* used_bytes, size_t* capacity_bytes, size_t* prev_live_bytes, size_t* next_live_bytes) argument
|
H A D | concurrentMark.hpp | 1242 size_t* prev_live_bytes, size_t* next_live_bytes);
|
Completed in 76 milliseconds