Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc528 if (Heap::ShouldZapGarbage()) { in CommitArea()
657 if (Heap::ShouldZapGarbage()) { in AllocateChunk()
676 if (Heap::ShouldZapGarbage()) { in AllocateChunk()
784 if (Heap::ShouldZapGarbage()) { in AllocateChunk()
3133 if (Heap::ShouldZapGarbage()) { in AllocateChunk()
Dheap.h770 static inline bool ShouldZapGarbage() { in ShouldZapGarbage() function
Dheap.cc645 if (Heap::ShouldZapGarbage()) { in GarbageCollectionEpilogue()
/external/v8/src/
Dapi.cc7295 heap_statistics->does_zap_garbage_ = heap->ShouldZapGarbage(); in GetHeapStatistics()