Home | History | Annotate | Download | only in src

Lines Matching refs:old_space_strings_

1305   if (external_string_table_.old_space_strings_.length() > 0) {
1306 Object** start = &external_string_table_.old_space_strings_[0];
1307 Object** end = start + external_string_table_.old_space_strings_.length();
6901 old_space_strings_.Add(new_space_strings_[i]);
6906 for (int i = 0; i < old_space_strings_.length(); ++i) {
6907 if (old_space_strings_[i] == heap_->raw_unchecked_the_hole_value()) {
6910 ASSERT(!heap_->InNewSpace(old_space_strings_[i]));
6911 old_space_strings_[last++] = old_space_strings_[i];
6913 old_space_strings_.Rewind(last);
6922 old_space_strings_.Free();