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 601 base::AtomicValue<ConcurrentSweepingState>& concurrent_sweeping_state() { function in class:v8::internal::MemoryChunk
953 return concurrent_sweeping_state().Value() == kSweepingDone;
    [all...]
spaces.cc 519 chunk->concurrent_sweeping_state().SetValue(kSweepingDone);
    [all...]

Completed in 198 milliseconds