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 309 DCHECK_NULL(old_to_old_slots_);
317 DCHECK_NULL(old_to_old_slots_);
spaces.cc 515 chunk->old_to_old_slots_ = nullptr;
    [all...]
spaces.h 334 + kPointerSize // SlotSet* old_to_old_slots_
443 inline SlotSet* old_to_old_slots() { return old_to_old_slots_; }
616 SlotSet* old_to_old_slots_; member in class:v8::internal::MemoryChunk
    [all...]

Completed in 3605 milliseconds