Home | History | Annotate | Download | only in space

Lines Matching defs:visited_

932           visited_(visited) {}
971 if (!visited_->Test(contents_bit)) {
973 visited_->Set(contents_bit);
989 if (visited_->Test(obj)) {
993 visited_->Set(obj);
1065 gc::accounting::ContinuousSpaceBitmap* const visited_;