Searched defs:PromotionQueue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dheap.h337 class PromotionQueue { class in namespace:v8::internal
339 explicit PromotionQueue(Heap* heap) function in class:v8::internal::PromotionQueue
427 DISALLOW_COPY_AND_ASSIGN(PromotionQueue);
1227 PromotionQueue* promotion_queue() { return &promotion_queue_; }
2398 PromotionQueue promotion_queue_;
/external/v8/src/
H A Dheap.h290 class PromotionQueue { class in namespace:v8::internal
292 explicit PromotionQueue(Heap* heap) function in class:v8::internal::PromotionQueue
380 DISALLOW_COPY_AND_ASSIGN(PromotionQueue);
1088 PromotionQueue* promotion_queue() { return &promotion_queue_; }
2041 PromotionQueue promotion_queue_;

Completed in 55 milliseconds