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

/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableModRefBS.cpp67 _last_valid_index(_guard_index - 1),
111 assert(byte_for(high_bound-1) <= &_byte_map[_last_valid_index], "Checking end of map");
144 " &_byte_map[_last_valid_index]: " INTPTR_FORMAT,
146 &_byte_map[_last_valid_index]);
H A DcardTableModRefBS.hpp102 const size_t _last_valid_index; // index of the last valid element member in class:CardTableModRefBS
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp519 nonstatic_field(CardTableModRefBS, _last_valid_index, const size_t) \

Completed in 45 milliseconds