Home | History | Annotate | Download | only in src

Lines Matching refs:old_space_strings_

1529   if (external_string_table_.old_space_strings_.length() > 0) {
1530 Object** start = &external_string_table_.old_space_strings_[0];
1531 Object** end = start + external_string_table_.old_space_strings_.length();
7891 old_space_strings_.Add(new_space_strings_[i]);
7898 for (int i = 0; i < old_space_strings_.length(); ++i) {
7899 if (old_space_strings_[i] == heap_->the_hole_value()) {
7902 ASSERT(!heap_->InNewSpace(old_space_strings_[i]));
7903 old_space_strings_[last++] = old_space_strings_[i];
7905 old_space_strings_.Rewind(last);
7906 old_space_strings_.Trim();
7917 old_space_strings_.Free();