Home
last modified time | relevance | path

Searched refs:to_be_freed_chunks_ (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dslot-set.h536 to_be_freed_chunks_.push(chunk); in Iterate()
547 while (!to_be_freed_chunks_.empty()) { in FreeToBeFreedChunks()
548 Chunk* top = to_be_freed_chunks_.top(); in FreeToBeFreedChunks()
549 to_be_freed_chunks_.pop(); in FreeToBeFreedChunks()
638 std::stack<Chunk*> to_be_freed_chunks_; variable