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

/external/v8/src/heap/
H A Dheap.h396 class PromotionQueue { class in class:v8::internal::GarbageCollectionReason
398 explicit PromotionQueue(Heap* heap) function in class:v8::internal::GarbageCollectionReason::PromotionQueue
442 DISALLOW_COPY_AND_ASSIGN(PromotionQueue);
1041 PromotionQueue* promotion_queue() { return &promotion_queue_; }
2338 PromotionQueue promotion_queue_;

Completed in 110 milliseconds