Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dscavenger.h68 inline bool ShouldEagerlyProcessPromotionList() const;
Dscavenger-inl.h55 bool Scavenger::PromotionList::Local::ShouldEagerlyProcessPromotionList() in ShouldEagerlyProcessPromotionList() function
Dscavenger.cc663 while (promotion_list_local_.ShouldEagerlyProcessPromotionList() && in Process()