Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h1839 bool IsIneffectiveMarkCompact(size_t old_generation_size,
Dheap.cc3153 bool Heap::IsIneffectiveMarkCompact(size_t old_generation_size, in IsIneffectiveMarkCompact() function in v8::internal::Heap
3166 if (!IsIneffectiveMarkCompact(old_generation_size, mutator_utilization)) { in CheckIneffectiveMarkCompact()