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

  /external/v8/src/heap/
mark-compact.cc     [all...]
spaces.h 412 base::AtomicValue<ConcurrentSweepingState>& concurrent_sweeping_state() { function in class:v8::internal::MemoryChunk
417 return concurrent_sweeping_state().Value() == kSweepingDone;
    [all...]
spaces.cc 537 chunk->concurrent_sweeping_state().SetValue(kSweepingDone);
    [all...]

Completed in 158 milliseconds