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 364 old_space_strings_.Add(string);
374 if (!old_space_strings_.is_empty()) {
375 Object** start = &old_space_strings_[0];
376 v->VisitPointers(start, start + old_space_strings_.length());
389 for (int i = 0; i < old_space_strings_.length(); ++i) {
390 ASSERT(!Heap::InNewSpace(old_space_strings_[i]));
391 ASSERT(old_space_strings_[i] != Heap::raw_unchecked_null_value());
400 old_space_strings_.Add(string);
heap.cc 4226 List<Object*> ExternalStringTable::old_space_strings_; member in class:v8::internal::ExternalStringTable
    [all...]
heap.h 1716 static List<Object*> old_space_strings_; member in class:v8::internal::ExternalStringTable
    [all...]

Completed in 582 milliseconds