Go to the source code of this file.
Classes | |
| class | rSet |
Variables | |
| const int | card_shift = 9 |
| const int | card_size = 1 << card_shift |
| const int | card_size_in_oops = card_size / oopSize |
| const int card_shift = 9 |
Definition at line 29 of file rSet.hpp.
Referenced by rSet::byte_for(), oldSpace::object_start(), rSet::oop_for(), and MacroAssembler::store_check().
| const int card_size = 1 << card_shift |
Definition at line 30 of file rSet.hpp.
Referenced by rSet::byte_map_size(), oldSpace::oldSpace(), and rSet::operator new().
| const int card_size_in_oops = card_size / oopSize |
Definition at line 31 of file rSet.hpp.
Referenced by oldSpace::initialize_threshold(), oldSpace::object_start(), and oldSpace::update_offset_array().
1.4.7