Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dremembered-set.h202 static bool CheckPossiblyEmptyBuckets(MemoryChunk* chunk) { in CheckPossiblyEmptyBuckets() function
206 slot_set->CheckPossiblyEmptyBuckets(chunk->buckets(), in CheckPossiblyEmptyBuckets()
Dslot-set.h382 bool CheckPossiblyEmptyBuckets(size_t buckets, in CheckPossiblyEmptyBuckets() function
Dscavenger.cc436 RememberedSet<OLD_TO_NEW>::CheckPossiblyEmptyBuckets(chunk); in CollectGarbage()