Home | History | Annotate | Download | only in src

Lines Matching refs:new_space_strings_

1272   if (external_string_table_.new_space_strings_.is_empty()) return;
1274 Object** start = &external_string_table_.new_space_strings_[0];
1275 Object** end = start + external_string_table_.new_space_strings_.length();
6894 for (int i = 0; i < new_space_strings_.length(); ++i) {
6895 if (new_space_strings_[i] == heap_->raw_unchecked_the_hole_value()) {
6898 if (heap_->InNewSpace(new_space_strings_[i])) {
6899 new_space_strings_[last++] = new_space_strings_[i];
6901 old_space_strings_.Add(new_space_strings_[i]);
6904 new_space_strings_.Rewind(last);
6921 new_space_strings_.Free();