Searched refs:PromotionQueue (Results 1 – 2 of 2) sorted by relevance
259 class PromotionQueue {261 PromotionQueue() : front_(NULL), rear_(NULL) { } in PromotionQueue() function283 DISALLOW_COPY_AND_ASSIGN(PromotionQueue);849 PromotionQueue* promotion_queue() { return &promotion_queue_; } in promotion_queue()1590 PromotionQueue promotion_queue_;
39 void PromotionQueue::insert(HeapObject* target, int size) { in insert()