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

  /external/v8/src/
heap-inl.h 573 new_space_strings_.Add(string);
581 if (!new_space_strings_.is_empty()) {
582 Object** start = &new_space_strings_[0];
583 v->VisitPointers(start, start + new_space_strings_.length());
596 for (int i = 0; i < new_space_strings_.length(); ++i) {
597 ASSERT(heap_->InNewSpace(new_space_strings_[i]));
598 ASSERT(new_space_strings_[i] != HEAP->raw_unchecked_the_hole_value());
616 new_space_strings_.Rewind(position);
heap.cc     [all...]
heap.h 420 List<Object*> new_space_strings_; member in class:v8::internal::ExternalStringTable
    [all...]
  /external/chromium_org/v8/src/
heap-inl.h 696 new_space_strings_.Add(string);
704 if (!new_space_strings_.is_empty()) {
705 Object** start = &new_space_strings_[0];
706 v->VisitPointers(start, start + new_space_strings_.length());
719 for (int i = 0; i < new_space_strings_.length(); ++i) {
720 Object* obj = Object::cast(new_space_strings_[i]);
743 new_space_strings_.Rewind(position);
heap.cc     [all...]
heap.h 470 List<Object*> new_space_strings_; member in class:v8::internal::ExternalStringTable
    [all...]

Completed in 42 milliseconds