Home
last modified time | relevance | path

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

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