Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc574 if (Heap::ShouldZapGarbage()) { in CommitArea()
720 if (Heap::ShouldZapGarbage()) { in AllocateChunk()
739 if (Heap::ShouldZapGarbage()) { in AllocateChunk()
981 if (Heap::ShouldZapGarbage()) { in AllocateChunk()
2999 if (Heap::ShouldZapGarbage()) { in AllocateChunk()
Dheap.h677 static inline bool ShouldZapGarbage() { in ShouldZapGarbage() function
Dmark-compact.cc3766 Heap::ShouldZapGarbage() ? ZAP_FREE_SPACE : IGNORE_FREE_SPACE; in ParallelSweepPage()
3846 Heap::ShouldZapGarbage() ? Sweeper::ZAP_FREE_SPACE in StartSweepSpace()
Dheap.cc621 if (Heap::ShouldZapGarbage()) { in GarbageCollectionEpilogue()
/external/v8/src/
Dapi.cc8089 heap_statistics->does_zap_garbage_ = heap->ShouldZapGarbage(); in GetHeapStatistics()