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

  /external/v8/src/heap/
spaces.cc 530 chunk->old_to_new_slots_.SetValue(nullptr);
    [all...]
spaces.h 336 + kPointerSize // SlotSet* old_to_new_slots_
444 inline SlotSet* old_to_new_slots() { return old_to_new_slots_.Value(); }
618 base::AtomicValue<SlotSet*> old_to_new_slots_; member in class:v8::internal::MemoryChunk
    [all...]

Completed in 2976 milliseconds