Home | History | Annotate | Download | only in heap

Lines Matching refs:old_space_strings_

2282   for (size_t i = 0; i < old_space_strings_.size(); ++i) {
2283 if (old_space_strings_[i] == obj) return true;
2363 for (size_t i = 0; i < old_space_strings_.size(); ++i) {
2364 String* obj = String::cast(old_space_strings_[i]);
2402 old_space_strings_.push_back(target);
2416 old_space_strings_.reserve(old_space_strings_.size() +
2419 std::back_inserter(old_space_strings_));
2433 if (!old_space_strings_.empty()) {
2435 old_space_strings_.data(),
2436 old_space_strings_.data() + old_space_strings_.size());
2447 if (old_space_strings_.size() > 0) {
2448 Object** start = old_space_strings_.data();
2449 Object** end = start + old_space_strings_.size();
5512 old_space_strings_.push_back(o);
5522 for (size_t i = 0; i < old_space_strings_.size(); ++i) {
5523 Object* o = old_space_strings_[i];
5532 old_space_strings_[last++] = o;
5534 old_space_strings_.resize(last);
5550 for (size_t i = 0; i < old_space_strings_.size(); ++i) {
5551 Object* o = old_space_strings_[i];
5556 old_space_strings_.clear();