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-inl.h 555 new_space_strings_.Add(string);
563 if (!new_space_strings_.is_empty()) {
564 Object** start = &new_space_strings_[0];
565 v->VisitPointers(start, start + new_space_strings_.length());
578 for (int i = 0; i < new_space_strings_.length(); ++i) {
579 ASSERT(heap_->InNewSpace(new_space_strings_[i]));
580 ASSERT(new_space_strings_[i] != HEAP->raw_unchecked_null_value());
598 new_space_strings_.Rewind(position);
heap.cc     [all...]
heap.h 318 List<Object*> new_space_strings_; member in class:v8::internal::ExternalStringTable
    [all...]

Completed in 24 milliseconds