Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h106 bool PromotionQueue::IsBelowPromotionQueue(Address to_space_top) { in IsBelowPromotionQueue() argument
114 if (GetHeadPage() != Page::FromAddress(to_space_top)) { in IsBelowPromotionQueue()
119 return reinterpret_cast<struct Entry*>(to_space_top) <= rear_; in IsBelowPromotionQueue()
Dheap.h409 inline bool IsBelowPromotionQueue(Address to_space_top);