Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h338 rear_(NULL), in PromotionQueue()
352 return Page::FromAllocationAreaAddress(reinterpret_cast<Address>(rear_)); in GetHeadPage()
364 if (limit_ <= rear_) { in SetNewLimit()
384 return reinterpret_cast<struct Entry*>(to_space_top) <= rear_; in IsBelowPromotionQueue()
388 return (front_ == rear_) && in is_empty()
396 if (front_ == rear_) { in remove()
410 SemiSpace::AssertValidRange(reinterpret_cast<Address>(rear_), in remove()
428 struct Entry* rear_; variable
Dheap-inl.h35 if ((rear_ - 1) < limit_) { in insert()
41 struct Entry* entry = reinterpret_cast<struct Entry*>(--rear_); in insert()
49 reinterpret_cast<Address>(rear_)); in insert()
Dheap.cc1548 front_ = rear_ = in Initialize()
1551 Page::FromAllocationAreaAddress(reinterpret_cast<Address>(rear_)) in Initialize()
1560 Page* p = Page::FromAllocationAreaAddress(reinterpret_cast<Address>(rear_)); in RelocateQueueHead()
1561 struct Entry* head_start = rear_; in RelocateQueueHead()
1577 rear_ = head_end; in RelocateQueueHead()