Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h40 void PromotionQueue::insert(HeapObject* target, int32_t size, in insert()
65 void PromotionQueue::remove(HeapObject** target, int32_t* size, in remove()
86 Page* PromotionQueue::GetHeadPage() { in GetHeadPage()
90 void PromotionQueue::SetNewLimit(Address limit) { in SetNewLimit()
106 bool PromotionQueue::IsBelowPromotionQueue(Address to_space_top) { in IsBelowPromotionQueue()
Dheap.h396 class PromotionQueue {
398 explicit PromotionQueue(Heap* heap) in PromotionQueue() function
442 DISALLOW_COPY_AND_ASSIGN(PromotionQueue);
1041 PromotionQueue* promotion_queue() { return &promotion_queue_; } in promotion_queue()
2338 PromotionQueue promotion_queue_;
Dheap.cc1543 void PromotionQueue::Initialize() { in Initialize()
1556 void PromotionQueue::Destroy() { in Destroy()
1562 void PromotionQueue::RelocateQueueHead() { in RelocateQueueHead()