HomeSort by relevance Sort by last modified time
    Searched refs:old_space_strings_ (Results 1 - 6 of 6) 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...]
  /external/chromium_org/v8/src/
heap-inl.h 698 old_space_strings_.Add(string);
708 if (!old_space_strings_.is_empty()) {
709 Object** start = &old_space_strings_[0];
710 v->VisitPointers(start, start + old_space_strings_.length());
725 for (int i = 0; i < old_space_strings_.length(); ++i) {
726 Object* obj = Object::cast(old_space_strings_[i]);
738 old_space_strings_.Add(string);
heap.cc     [all...]
heap.h 471 List<Object*> old_space_strings_; member in class:v8::internal::ExternalStringTable
    [all...]

Completed in 159 milliseconds