Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h529 bool IsBelowPromotionQueue(Address to_space_top) { in IsBelowPromotionQueue() argument
537 if (GetHeadPage() != Page::FromAddress(to_space_top)) { in IsBelowPromotionQueue()
542 return reinterpret_cast<intptr_t*>(to_space_top) <= rear_; in IsBelowPromotionQueue()