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

  /external/chromium_org/v8/src/
heap-inl.h 590 old_space_strings_.Add(string);
600 if (!old_space_strings_.is_empty()) {
601 Object** start = &old_space_strings_[0];
602 v->VisitPointers(start, start + old_space_strings_.length());
616 for (int i = 0; i < old_space_strings_.length(); ++i) {
617 Object* obj = Object::cast(old_space_strings_[i]);
628 old_space_strings_.Add(string);
heap.cc     [all...]
heap.h 533 List<Object*> old_space_strings_; member in class:v8::internal::ExternalStringTable
    [all...]

Completed in 31 milliseconds