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

  /external/v8/src/heap/
heap-inl.h 696 old_space_strings_.AddAll(new_space_strings_);
697 new_space_strings_.Clear();
703 new_space_strings_.Add(string);
710 if (!new_space_strings_.is_empty()) {
711 Object** start = &new_space_strings_[0];
712 v->VisitPointers(start, start + new_space_strings_.length());
729 for (int i = 0; i < new_space_strings_.length(); ++i) {
730 Object* obj = Object::cast(new_space_strings_[i]);
751 new_space_strings_.Rewind(position);
heap.cc     [all...]
heap.h 1564 List<Object*> new_space_strings_; member in class:v8::internal::GarbageCollectionReason::Heap::ExternalStringTable
    [all...]

Completed in 202 milliseconds