HomeSort by relevance Sort by last modified time
    Searched refs:old_space_strings_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
heap-inl.h 575 old_space_strings_.Add(string);
585 if (!old_space_strings_.is_empty()) {
586 Object** start = &old_space_strings_[0];
587 v->VisitPointers(start, start + old_space_strings_.length());
600 for (int i = 0; i < old_space_strings_.length(); ++i) {
601 ASSERT(!heap_->InNewSpace(old_space_strings_[i]));
602 ASSERT(old_space_strings_[i] != HEAP->raw_unchecked_the_hole_value());
611 old_space_strings_.Add(string);
heap.cc     [all...]
heap.h 421 List<Object*> old_space_strings_; member in class:v8::internal::ExternalStringTable
    [all...]

Completed in 107 milliseconds