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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.hpp53 int _next_index; member in class:SparsePRTEntry
75 int next_index() const { return _next_index; }
76 int* next_index_addr() { return &_next_index; }
77 void set_next_index(int ni) { _next_index = ni; }
H A DsparsePRT.cpp44 _next_index = NullEntry;

Completed in 1100 milliseconds