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/
heap-inl.h 616 old_space_strings_.Add(string);
626 if (!old_space_strings_.is_empty()) {
627 Object** start = &old_space_strings_[0];
628 v->VisitPointers(start, start + old_space_strings_.length());
642 for (int i = 0; i < old_space_strings_.length(); ++i) {
643 Object* obj = Object::cast(old_space_strings_[i]);
654 old_space_strings_.Add(string);
heap.cc     [all...]
heap.h 1470 List<Object*> old_space_strings_; member in class:v8::internal::Heap::ExternalStringTable
    [all...]

Completed in 65 milliseconds