Searched refs:VisitLargePage (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc/ | ||
D | heap-visitor.h | 61 bool VisitLargePage(LargePage&) { return false; } in VisitLargePage() function |
D | heap-statistics-collector.h | 26 bool VisitLargePage(LargePage&); |
D | heap-statistics-collector.cc | 153 bool HeapStatisticsCollector::VisitLargePage(LargePage& page) { in VisitLargePage() function in cppgc::internal::HeapStatisticsCollector |
D | sweeper.cc | 572 bool VisitLargePage(LargePage& page) { in VisitLargePage() function in cppgc::internal::__anonc44b6d5f0111::MutatorThreadSweeper |