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

/openjdk7/hotspot/src/share/vm/memory/
H A DreferenceProcessor.cpp863 ref_lists[to_idx].inc_length(refs_to_move);
1100 refs_list.inc_length(1);
1273 list->inc_length(1);
H A DreferenceProcessor.hpp79 void inc_length(size_t inc) { _len += inc; assert(_len > 0, "Error"); } function in class:DiscoveredList

Completed in 40 milliseconds