Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.h259 class PromotionQueue {
261 PromotionQueue() : front_(NULL), rear_(NULL) { } in PromotionQueue() function
283 DISALLOW_COPY_AND_ASSIGN(PromotionQueue);
849 PromotionQueue* promotion_queue() { return &promotion_queue_; } in promotion_queue()
1590 PromotionQueue promotion_queue_;
Dheap-inl.h39 void PromotionQueue::insert(HeapObject* target, int size) { in insert()