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

  /external/v8/src/heap/
spaces-inl.h 304 DCHECK_NULL(old_to_old_slots_);
312 DCHECK_NULL(old_to_old_slots_);
spaces.cc 531 chunk->old_to_old_slots_ = nullptr;
    [all...]
spaces.h 337 + kPointerSize // SlotSet* old_to_old_slots_
445 inline SlotSet* old_to_old_slots() { return old_to_old_slots_; }
619 SlotSet* old_to_old_slots_; member in class:v8::internal::MemoryChunk
    [all...]

Completed in 3020 milliseconds