Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dscavenger.h67 inline bool IsGlobalPoolEmpty() const;
Dscavenger-inl.h50 bool Scavenger::PromotionList::Local::IsGlobalPoolEmpty() const { in IsGlobalPoolEmpty() function
Dscavenger.cc680 if (!promotion_list_local_.IsGlobalPoolEmpty()) { in Process()